Bump version to alpha 2

-a2 (with dash) to be semver format compliant
This commit is contained in:
Willem Toorop 2016-10-15 06:07:33 -05:00
parent ec04dc21ee
commit 0fa8152bb6
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ sinclude(./m4/ax_check_compile_flag.m4)
sinclude(./m4/pkg.m4) sinclude(./m4/pkg.m4)
AC_INIT([getdns], [1.1.0], [users@getdnsapi.net], [], [https://getdnsapi.net]) AC_INIT([getdns], [1.1.0], [users@getdnsapi.net], [], [https://getdnsapi.net])
AC_SUBST(RELEASE_CANDIDATE, [a1]) AC_SUBST(RELEASE_CANDIDATE, [-a2])
# Set current date from system if not set # Set current date from system if not set
AC_ARG_WITH([current-date], AC_ARG_WITH([current-date],