Bump version

This commit is contained in:
Willem Toorop 2018-03-12 12:05:09 +01:00
parent 3d2ac4c16c
commit 75f59b9dfc
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
* 2018-03-??: Version 1.4.1
* 2018-03-12: Version 1.4.1
* Bugfix #388: Prevent fallback to an earlier tries upstream within a
single query. Thanks Robert Groenenberg
* PR #387: Compile with OpenSSL with deprecated APIs disabled.

View File

@ -52,7 +52,7 @@ AC_SUBST([runstatedir], [$with_piddir])
# Don't forget to put a dash in front of the release candidate!!!
# That is how it is done with semantic versioning!
#
AC_SUBST(RELEASE_CANDIDATE, [-rc1])
AC_SUBST(RELEASE_CANDIDATE, [])
AC_SUBST(STUBBY_RELEASE_CANDIDATE, [])
# Set current date from system if not set
@ -63,7 +63,7 @@ AC_ARG_WITH([current-date],
[CURRENT_DATE="`date -u +%Y-%m-%dT%H:%M:%SZ`"])
AC_SUBST(GETDNS_VERSION, ["AC_PACKAGE_VERSION$RELEASE_CANDIDATE"])
AC_SUBST(GETDNS_NUMERIC_VERSION, [0x010400c1])
AC_SUBST(GETDNS_NUMERIC_VERSION, [0x01040100])
AC_SUBST(API_VERSION, ["December 2015"])
AC_SUBST(API_NUMERIC_VERSION, [0x07df0c00])
GETDNS_COMPILATION_COMMENT="AC_PACKAGE_NAME $GETDNS_VERSION configured on $CURRENT_DATE for the $API_VERSION version of the API"
@ -104,7 +104,7 @@ AC_DEFINE_UNQUOTED([STUBBY_PACKAGE_STRING], ["0.2.2$STUBBY_RELEASE_CANDIDATE"],
# getdns-1.2.1 had libversion 8:1:2
# getdns-1.3.0 had libversion 9:0:3
# getdns-1.4.0 had libversion 10:0:0
# getdns-1.4.1 will have libversion 10:1:0
# getdns-1.4.1 has libversion 10:1:0
#
GETDNS_LIBVERSION=10:1:0