zeev            Thu Jan  9 05:03:27 2003 EDT

  Modified files:              
    /php4       configure.in 
    /php4/main  php_version.h 
  Log:
  Time for an update
  
  
Index: php4/configure.in
diff -u php4/configure.in:1.411 php4/configure.in:1.412
--- php4/configure.in:1.411     Thu Jan  2 14:20:55 2003
+++ php4/configure.in   Thu Jan  9 05:03:26 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.411 2003/01/02 19:20:55 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.412 2003/01/09 10:03:26 zeev Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,8 +41,8 @@
 AC_CANONICAL_HOST
 AC_CONFIG_HEADER(main/php_config.h)
 
-MAJOR_VERSION=4
-MINOR_VERSION=4
+MAJOR_VERSION=5
+MINOR_VERSION=0
 RELEASE_VERSION=0
 EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
Index: php4/main/php_version.h
diff -u php4/main/php_version.h:1.67 php4/main/php_version.h:1.68
--- php4/main/php_version.h:1.67        Wed Nov 13 14:19:05 2002
+++ php4/main/php_version.h     Thu Jan  9 05:03:26 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 4
+#define PHP_MAJOR_VERSION 5
+#define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 0
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.4.0-dev"
+#define PHP_VERSION "5.0.0-dev"



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

Reply via email to