From: Sascha Schumann Date: Sat, 13 Nov 1999 12:48:57 +0000 (+0000) Subject: preparing 4.0b3-RC5 X-Git-Tag: php-4.0b3_RC5~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8106593796ebb7594a81feb7887b0dd259bad4b;p=php preparing 4.0b3-RC5 --- diff --git a/configure.in b/configure.in index 89e354d534..f8726256d9 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-RC4) +AM_INIT_AUTOMAKE(php, 4.0b3-RC5) 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 97299b53fb..96b1ec34ac 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-RC4" +#define PHP_VERSION "4.0b3-RC5"