From: Jeremy C. Reed Date: Wed, 13 Feb 2013 18:08:24 +0000 (-0600) Subject: [master] bump version X-Git-Tag: bind10-1.0.0-rc-release~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e87bf04b2fb276c3926b01d34fed2503764b574b;p=thirdparty%2Fkea.git [master] bump version (note this is not the rc version, just the version for master) --- diff --git a/configure.ac b/configure.ac index dcef04262b..d2f3ede862 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.59]) -AC_INIT(bind10, 20130205, bind10-dev@isc.org) +AC_INIT(bind10, 20130213, bind10-dev@isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13. In # automake 1.13 and higher, AM_PROG_INSTALL is undefined, so we'll check