Skip to content

Commit a12486a

Browse files
committed
Update NEWS and version for 0.1.0
1 parent 237fc38 commit a12486a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
-----------------
28
libmicrodns 0.0.10
39
-----------------

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
m4_define([MDNS_MAJOR], [0])
2-
m4_define([MDNS_MINOR], [0])
3-
m4_define([MDNS_MICRO], [11])
2+
m4_define([MDNS_MINOR], [1])
3+
m4_define([MDNS_MICRO], [0])
44

5-
AC_COPYRIGHT([Copyright 2014-2018 VideoLabs])
5+
AC_COPYRIGHT([Copyright 2014-2019 VideoLabs])
66

77
AC_INIT([microDNS], [MDNS_MAJOR.MDNS_MINOR.MDNS_MICRO])
88
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)