From: Sascha Schumann Date: Sat, 2 Dec 2000 08:21:10 +0000 (+0000) Subject: Branched off 4.0.4. This trunk becomes 4.0.5-dev. X-Git-Tag: php-4.0.5RC1~1052 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=182724f477a218e5db6662999e770483b26326b9;p=php Branched off 4.0.4. This trunk becomes 4.0.5-dev. --- diff --git a/configure.in b/configure.in index 13f4f61c83..785a476b15 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.4-dev) +AM_INIT_AUTOMAKE(php, 4.0.5-dev) 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 aefde810b3..7a5120ebb4 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.4-dev" +#define PHP_VERSION "4.0.5-dev"