We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a65bf3 commit fe95893Copy full SHA for fe95893
NEWS
@@ -1,3 +1,9 @@
1
+-----------------
2
+libmicrodns 0.0.9
3
4
+ * Fix a crash with interfaces without an IP address
5
+ * Fixes for building with llvm-mingw
6
+
7
-----------------
8
libmicrodns 0.0.8
9
configure.ac
@@ -1,8 +1,8 @@
m4_define([MDNS_MAJOR], [0])
m4_define([MDNS_MINOR], [0])
-m4_define([MDNS_MICRO], [8])
+m4_define([MDNS_MICRO], [9])
-AC_COPYRIGHT([Copyright 2014-2017 VideoLabs])
+AC_COPYRIGHT([Copyright 2014-2018 VideoLabs])
AC_INIT([microDNS], [MDNS_MAJOR.MDNS_MINOR.MDNS_MICRO])
AC_CONFIG_HEADERS([config.h])
0 commit comments