From: Zeev Suraski Date: Sat, 6 Nov 1999 10:06:37 +0000 (+0000) Subject: Version update X-Git-Tag: php-4.0b3_RC2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=512f4519c681624c1d63984b87162163ac960e1e;p=php Version update --- diff --git a/configure.in b/configure.in index 2beb949438..0be23e80a0 100644 --- a/configure.in +++ b/configure.in @@ -34,7 +34,7 @@ dnl ## Diversion 4 is the last one. Here we generate files and clean up. divert(1) dnl ## This is where the version number is changed from now on! -AM_INIT_AUTOMAKE(php, 4.0b3) +AM_INIT_AUTOMAKE(php, 4.0B3-RC2) 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 651fe3bbd7..0d53587671 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,3 +1,3 @@ /* automatically generated by configure */ /* edit configure.in.in to change version number */ -#define PHP_VERSION "4.0b3" +#define PHP_VERSION "4.0B3-RC2"