Skip to content

Commit fe95893

Browse files
committed
Update NEWS and version for 0.0.9
1 parent 0a65bf3 commit fe95893

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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.0.9
3+
-----------------
4+
* Fix a crash with interfaces without an IP address
5+
* Fixes for building with llvm-mingw
6+
17
-----------------
28
libmicrodns 0.0.8
39
-----------------

configure.ac

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

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

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

0 commit comments

Comments
 (0)