From: Stig Bakken Date: Tue, 9 Nov 1999 12:20:34 +0000 (+0000) Subject: Bump version to 4.0b3-RC3. X-Git-Tag: php-4.0b3_RC3~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e1cfb4f6e22a42b15b09f5dcb3a846f5f1ad0ce;p=php Bump version to 4.0b3-RC3. # We release RC2 just minutes before Sam Ruby commits his Java extension. # What timing! --- diff --git a/configure.in b/configure.in index be665ac636..b3cca8801b 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-RC2) +AM_INIT_AUTOMAKE(php, 4.0b3-RC3) 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 0d53587671..8dda4169b2 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-RC2" +#define PHP_VERSION "4.0b3-RC3"