Skip to content

Commit 157f988

Browse files
committed
Bumb versions, set release date
1 parent 08bf613 commit 157f988

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* 2015-11-??: Version 0.5.1
1+
* 2015-11-18: Version 0.5.1
22
* Bugfix: growing upstreams arrow.
33
* Bugfix: Segfault on timeout in specific conditions
44
* Bugfix: install getdns_extra.h from build location

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sinclude(./m4/ax_check_compile_flag.m4)
3636
sinclude(./m4/pkg.m4)
3737

3838
AC_INIT([getdns], [0.5.1], [stub-resolver@verisignlabs.com], [], [https://getdnsapi.net])
39-
AC_SUBST(RELEASE_CANDIDATE, [rc1])
39+
AC_SUBST(RELEASE_CANDIDATE, [])
4040

4141
# Set current date from system if not set
4242
AC_ARG_WITH([current-date],
@@ -46,7 +46,7 @@ AC_ARG_WITH([current-date],
4646
[CURRENT_DATE="`date -u +%Y-%m-%dT%H:%M:%SZ`"])
4747

4848
AC_SUBST(GETDNS_VERSION, ["AC_PACKAGE_VERSION$RELEASE_CANDIDATE"])
49-
AC_SUBST(GETDNS_NUMERIC_VERSION, [0x00050001])
49+
AC_SUBST(GETDNS_NUMERIC_VERSION, [0x00050100])
5050
AC_SUBST(API_VERSION, ["October 2015"])
5151
AC_SUBST(API_NUMERIC_VERSION, [0x07df0a00])
5252
GETDNS_COMPILATION_COMMENT="AC_PACKAGE_NAME $GETDNS_VERSION configured on $CURRENT_DATE for the $API_VERSION version of the API"
@@ -74,7 +74,7 @@ GETDNS_COMPILATION_COMMENT="AC_PACKAGE_NAME $GETDNS_VERSION configured on $CURRE
7474
# getdns-0.3.2 had libversion 3:5:2
7575
# getdns-0.3.3 had libversion 3:6:2
7676
# getdns-0.5.0 had libversion 4:0:3
77-
# getdns-0.5.1 will have libversion 4:1:3
77+
# getdns-0.5.1 has libversion 4:1:3
7878
#
7979
GETDNS_LIBVERSION=4:1:3
8080

0 commit comments

Comments
 (0)