From: Stig Bakken Date: Tue, 16 Nov 1999 15:37:31 +0000 (+0000) Subject: 4.0b3 coming up X-Git-Tag: PRE_USED_RETURN_VALUE_PATCH~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65557ffe88e8409be8f97cea141fc4cd2860e90b;p=php 4.0b3 coming up --- diff --git a/configure.in b/configure.in index 1161c9e7f0..e4eba6063a 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-RC5) +AM_INIT_AUTOMAKE(php, 4.0b3) 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 96b1ec34ac..651fe3bbd7 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-RC5" +#define PHP_VERSION "4.0b3"