sas             Thu Jan 16 12:56:33 2003 EDT

  Modified files:              (Branch: PHP_4)
    /php4       configure.in 
    /php4/main  php_version.h 
  Log:
  Open up the PHP_4 branch which has been derived from the current PHP_4_3
  branch, so we don't introduce any ZE2-related changes.
  
  This branch has the purpose of housing experimental patches in the
  context of PHP 4/ZE1.  Patches which don't qualify as bug fixes
  should not be committed to the PHP_4_3 branch.
  
  Note: The code on this branch is unlikely to be ever released in the form
        of a standard PHP release.  Commit new features to the HEAD branch!
        Patches for this branch should be the exception.
  
  Note: The version is "4.5.0", because 4.4.0 has been used for some time
        in HEAD before being switched to 5.0.0.  I would have used something
        like "4.X.X", but letters are not really supported by the current
        system.
  
  
Index: php4/configure.in
diff -u php4/configure.in:1.396.2.23 php4/configure.in:1.396.2.23.2.1
--- php4/configure.in:1.396.2.23        Thu Jan  9 11:38:28 2003
+++ php4/configure.in   Thu Jan 16 12:56:31 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.23 2003/01/09 16:38:28 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.23.2.1 2003/01/16 17:56:31 sas Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,9 +42,9 @@
 AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=4
-MINOR_VERSION=3
-RELEASE_VERSION=1
-EXTRA_VERSION="-dev"
+MINOR_VERSION=5
+RELEASE_VERSION=0
+EXTRA_VERSION=
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
Index: php4/main/php_version.h
diff -u php4/main/php_version.h:1.66.2.10 php4/main/php_version.h:1.66.2.10.2.1
--- php4/main/php_version.h:1.66.2.10   Fri Dec 27 17:11:40 2002
+++ php4/main/php_version.h     Thu Jan 16 12:56:32 2003
@@ -1,7 +1,7 @@
 /* automatically generated by configure */
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
-#define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 1
+#define PHP_MINOR_VERSION 5
+#define PHP_RELEASE_VERSION 0
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.3.1-dev"
+#define PHP_VERSION "4.5.0-dev"



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to