From a12486a5aea85e0f3f02a3721855963b5f1e185f Mon Sep 17 00:00:00 2001 From: Thomas Guillem Date: Thu, 22 Aug 2019 17:06:07 +0200 Subject: [PATCH] Update NEWS and version for 0.1.0 --- NEWS | 6 ++++++ configure.ac | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 77a8dd8..8abdb3c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +----------------- +libmicrodns 0.1.0 +----------------- + * Fix incorrect IPv6 interface index on Windows + * Pass IPv4/IPv6 addresses to announce callbacks + ----------------- libmicrodns 0.0.10 ----------------- diff --git a/configure.ac b/configure.ac index 0c4ab3a..38a0696 100644 --- a/configure.ac +++ b/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])