From 77393a3da34c73dbcd824bbaca2a7b1da8f087b5 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 21 May 2015 11:24:16 +0200 Subject: [PATCH] Bumb version to 0.2.0 --- ChangeLog | 2 +- configure | 3 +-- configure.ac | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 090d16df..6928e86c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -* 2015-05-??: Version 0.2.0 +* 2015-05-21: Version 0.2.0 * Fix libversion numbering: Thanks Daniel Kahn Gillmor * run_once method for the libevent extension * autoreconf -fi on FreeBSD always, because of newer libtool version diff --git a/configure b/configure index 9098897d..7c6cca29 100755 --- a/configure +++ b/configure @@ -2364,7 +2364,6 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -RELEASE_CANDIDATE=rc1 # Set current date from system if not set @@ -2394,7 +2393,7 @@ GETDNS_COMPILATION_COMMENT="getdns 0.2.0 configured on $CURRENT_DATE for the Jan # getdns-0.1.6 had libversion 1:1:0 # getdns-0.1.7 had libversion 1:2:1 (but should have had 2:0:1) # getdns-0.1.8 had libversion 1:3:0 (but should have had 2:1:1) -# getdns-0.2.0 will have libversion 2:2:1 +# getdns-0.2.0 has libversion 2:2:1 # GETDNS_LIBVERSION=2:2:1 diff --git a/configure.ac b/configure.ac index 6bb557c6..2c096722 100755 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_PREREQ([2.56]) AC_INIT([getdns], [0.2.0], [stub-resolver@verisignlabs.com], [], [http://getdnsapi.net]) -AC_SUBST(RELEASE_CANDIDATE, [rc1]) +AC_SUBST(RELEASE_CANDIDATE, []) # Set current date from system if not set AC_ARG_WITH([current-date], @@ -58,7 +58,7 @@ GETDNS_COMPILATION_COMMENT="AC_PACKAGE_STRING configured on $CURRENT_DATE for th # getdns-0.1.6 had libversion 1:1:0 # getdns-0.1.7 had libversion 1:2:1 (but should have had 2:0:1) # getdns-0.1.8 had libversion 1:3:0 (but should have had 2:1:1) -# getdns-0.2.0 will have libversion 2:2:1 +# getdns-0.2.0 has libversion 2:2:1 # GETDNS_LIBVERSION=2:2:1