From: Daniel Beulshausen Date: Fri, 13 Oct 2000 09:29:49 +0000 (+0000) Subject: step to 4.0.4-dev X-Git-Tag: php-4.0.4RC3~694 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afef79762df80506512f08b6788628b5e18c9294;p=php step to 4.0.4-dev --- diff --git a/configure.in b/configure.in index d38112bda9..889c3018b2 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.3) +AM_INIT_AUTOMAKE(php, 4.0.4-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 16226f2077..aefde810b3 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.3" +#define PHP_VERSION "4.0.4-dev"