mirror of https://github.com/getdnsapi/getdns.git
0.3.0 in configure
This commit is contained in:
parent
7c83d0f295
commit
433daf7f53
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue