From: Shawn Routhier Date: Thu, 6 Jun 2013 19:03:33 +0000 (-0700) Subject: [master] X-Git-Tag: v4_3_0a1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=957cda7d7accc5db14fe9e6e51f06a0b6ef6eb70;p=thirdparty%2Fdhcp.git [master] Change version and dates to make it clear this isn't 4.3.0 if we create a tar ball for test purposes. --- diff --git a/README b/README index aae4b7811..cd256c487 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.3.0 - 21 December 2013 + Version 4.3.0-Pre-Beta + XX Month 2013 README FILE diff --git a/RELNOTES b/RELNOTES index d5f9305c9..86a1cb4d6 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.3.0 - 21 December 2013 + Version 4.3.0-Pre-Beta + XX Month 2013 Release Notes diff --git a/configure.ac b/configure.ac index 84d15c1d7..529281990 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.3.0], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.3.0-Pre-Beta], [dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such