mirror of https://github.com/getdnsapi/getdns.git
Bumb version to 0.2.0
This commit is contained in:
parent
8983e33fac
commit
77393a3da3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue