From: Jeremy C. Reed Date: Wed, 19 Dec 2012 16:15:10 +0000 (-0600) Subject: [master] change package name to bind10 X-Git-Tag: bind10-1.0.0-beta-release~3^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf53fbd4e92ae835280d49fbfdeeebd33e0ce3f2;p=thirdparty%2Fkea.git [master] change package name to bind10 instead of bind10-devel also increase the version to today's date stamp (not for "beta") --- diff --git a/configure.ac b/configure.ac index 24e9b03b51..6a88f4eb2c 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-devel, 20120817, bind10-dev@isc.org) +AC_INIT(bind10, 20121219, bind10-dev@isc.org) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE([foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])dnl be backward compatible