We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237fc38 commit a12486aCopy full SHA for a12486a
NEWS
@@ -1,3 +1,9 @@
1
+-----------------
2
+libmicrodns 0.1.0
3
4
+ * Fix incorrect IPv6 interface index on Windows
5
+ * Pass IPv4/IPv6 addresses to announce callbacks
6
+
7
-----------------
8
libmicrodns 0.0.10
9
configure.ac
@@ -1,8 +1,8 @@
m4_define([MDNS_MAJOR], [0])
-m4_define([MDNS_MINOR], [0])
-m4_define([MDNS_MICRO], [11])
+m4_define([MDNS_MINOR], [1])
+m4_define([MDNS_MICRO], [0])
-AC_COPYRIGHT([Copyright 2014-2018 VideoLabs])
+AC_COPYRIGHT([Copyright 2014-2019 VideoLabs])
AC_INIT([microDNS], [MDNS_MAJOR.MDNS_MINOR.MDNS_MICRO])
AC_CONFIG_HEADERS([config.h])
0 commit comments