andi Mon Apr 2 14:09:21 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4 configure.in
/php4/main php_version.h
Log:
- RC6
Index: php4/configure.in
diff -u php4/configure.in:1.221.4.8 php4/configure.in:1.221.4.9
--- php4/configure.in:1.221.4.8 Sun Apr 1 09:30:22 2001
+++ php4/configure.in Mon Apr 2 14:09:21 2001
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.221.4.8 2001/04/01 16:30:22 zeev Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.221.4.9 2001/04/02 21:09:21 andi 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.5RC5, nodefine)
+AM_INIT_AUTOMAKE(php, 4.0.5RC6, 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.5 php4/main/php_version.h:1.44.4.6
--- php4/main/php_version.h:1.44.4.5 Sun Apr 1 09:30:22 2001
+++ php4/main/php_version.h Mon Apr 2 14:09:21 2001
@@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
-#define PHP_VERSION "4.0.5RC5"
+#define PHP_VERSION "4.0.5RC6"
--
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]