From: Jeremy C. Reed Date: Tue, 5 Feb 2013 16:19:46 +0000 (-0600) Subject: [master] update version to today's timestamp X-Git-Tag: bind10-1.0.0-rc-release~36^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06fa3ca48f34c5bb6c235a1fbda2cf00be69c2c8;p=thirdparty%2Fkea.git [master] update version to today's timestamp --- diff --git a/configure.ac b/configure.ac index 1fcc342321..2075a74df6 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, 20121219, bind10-dev@isc.org) +AC_INIT(bind10, 20130205, 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