From: Thies C. Arntzen Date: Fri, 11 May 2001 18:03:42 +0000 (+0000) Subject: 4.0.6 is tagged, HEAD is now 4.0.7-dev X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~486 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25003ea668b688f28ca6094602810acf2cfe4d47;p=php 4.0.6 is tagged, HEAD is now 4.0.7-dev --- diff --git a/configure.in b/configure.in index afe80ccd7f..e9ffb4708e 100644 --- a/configure.in +++ b/configure.in @@ -51,7 +51,7 @@ dnl ## All of these are normally in the extension directories. dnl ## Diversion 5 is the last one. Here we generate files and clean up. dnl ## This is where the version number is changed from now on! -AM_INIT_AUTOMAKE(php, 4.0.6-dev, nodefine) +AM_INIT_AUTOMAKE(php, 4.0.7-dev, nodefine) PHP_VERSION=$VERSION echo "/* automatically generated by configure */" > php_version.h.new diff --git a/main/php_version.h b/main/php_version.h index 343987ede8..cd8c544248 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,3 +1,3 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ -#define PHP_VERSION "4.0.6-dev" +#define PHP_VERSION "4.0.7-dev"