0.1.7 release candidate 2

This commit is contained in:
Willem Toorop 2015-04-02 22:12:23 +02:00
parent 87eb9307a7
commit 7bf48520d6
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -2356,7 +2356,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
RELEASE_CANDIDATE=rc1
RELEASE_CANDIDATE=rc2
# Set current date from system if not set

View File

@ -32,7 +32,7 @@
AC_PREREQ([2.56])
AC_INIT([getdns], [0.1.7], [stub-resolver@verisignlabs.com], [], [http://getdnsapi.net])
AC_SUBST(RELEASE_CANDIDATE, [rc1])
AC_SUBST(RELEASE_CANDIDATE, [rc2])
# Set current date from system if not set
AC_ARG_WITH([current-date],