zeev Tue Mar 13 08:23:53 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4 configure.in
/php4/main php_version.h
Log:
Rebranch
Index: php4/configure.in
diff -u php4/configure.in:1.221 php4/configure.in:1.221.4.1
--- php4/configure.in:1.221 Sat Mar 10 19:46:24 2001
+++ php4/configure.in Tue Mar 13 08:23:52 2001
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.221 2001/03/11 03:46:24 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.221.4.1 2001/03/13 16:23:52 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.5-dev, nodefine)
+AM_INIT_AUTOMAKE(php, 4.0.5, 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 php4/main/php_version.h:1.44.4.1
--- php4/main/php_version.h:1.44 Sat Dec 2 00:21:10 2000
+++ php4/main/php_version.h Tue Mar 13 08:23:53 2001
@@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
-#define PHP_VERSION "4.0.5-dev"
+#define PHP_VERSION "4.0.5RC1"
--
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]