zeev Wed Mar 28 15:23:06 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4 configure.in
/php4/main php_version.h
Log:
Yes, RC4 is here too. RC3 had a broken ZTS build.
Index: php4/configure.in
diff -u php4/configure.in:1.221.4.6 php4/configure.in:1.221.4.7
--- php4/configure.in:1.221.4.6 Wed Mar 28 15:19:44 2001
+++ php4/configure.in Wed Mar 28 15:23:05 2001
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.221.4.6 2001/03/28 23:19:44 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.221.4.7 2001/03/28 23:23:05 zeev Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -51,7 +51,7 @@
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.5RC3, nodefine)
+AM_INIT_AUTOMAKE(php, 4.0.5RC4, nodefine)
PHP_VERSION=$VERSION
echo "/* automatically generated by configure */" > php_version.h.new
Index: php4/main/php_version.h
diff -u php4/main/php_version.h:1.44.4.3 php4/main/php_version.h:1.44.4.4
--- php4/main/php_version.h:1.44.4.3 Wed Mar 28 05:36:52 2001
+++ php4/main/php_version.h Wed Mar 28 15:23:06 2001
@@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
-#define PHP_VERSION "4.0.5RC3"
+#define PHP_VERSION "4.0.5RC4"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]