]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] change package name to bind10
authorJeremy C. Reed <jreed@isc.org>
Wed, 19 Dec 2012 16:15:10 +0000 (10:15 -0600)
committerJeremy C. Reed <jreed@isc.org>
Wed, 19 Dec 2012 16:15:10 +0000 (10:15 -0600)
instead of bind10-devel

also increase the version to today's date stamp (not for "beta")

configure.ac

index 24e9b03b51fee7f48a6b222b42be3d7f87342a0e..6a88f4eb2c33068346490cfc7222542d096ed6f7 100644 (file)
@@ -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