0.3.0 in configure

This commit is contained in:
Willem Toorop 2015-07-17 18:10:02 +02:00
parent 7c83d0f295
commit 433daf7f53
2 changed files with 5 additions and 6 deletions

5
configure vendored
View File

@ -2373,7 +2373,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
@ -2413,8 +2412,8 @@ GETDNS_COMPILATION_COMMENT="getdns $GETDNS_VERSION configured on $CURRENT_DATE f
# 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 has libversion 2:2:1
# getdns-0.3.0 will have libversion 3:3:2
# getdns-0.2.0 had libversion 2:2:1
# getdns-0.3.0 has libversion 3:3:2
#
GETDNS_LIBVERSION=3:3:2

View File

@ -32,7 +32,7 @@
AC_PREREQ([2.56])
AC_INIT([getdns], [0.3.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],
@ -64,8 +64,8 @@ GETDNS_COMPILATION_COMMENT="AC_PACKAGE_NAME $GETDNS_VERSION configured on $CURRE
# 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 has libversion 2:2:1
# getdns-0.3.0 will have libversion 3:3:2
# getdns-0.2.0 had libversion 2:2:1
# getdns-0.3.0 has libversion 3:3:2
#
GETDNS_LIBVERSION=3:3:2