andrei          Wed Nov 13 14:19:07 2002 EDT

  Modified files:              
    /php4       configure.in 
    /php4/main  php_version.h 
  Log:
  Change version to 4.4.0-dev.
  
  
Index: php4/configure.in
diff -u php4/configure.in:1.396 php4/configure.in:1.397
--- php4/configure.in:1.396     Mon Nov 11 11:12:56 2002
+++ php4/configure.in   Wed Nov 13 14:19:04 2002
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396 2002/11/11 16:12:56 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.397 2002/11/13 19:19:04 andrei Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=4
-MINOR_VERSION=3
+MINOR_VERSION=4
 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.66 php4/main/php_version.h:1.67
--- php4/main/php_version.h:1.66        Sun Oct 27 14:51:17 2002
+++ php4/main/php_version.h     Wed Nov 13 14:19:05 2002
@@ -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_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 0
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.3.0-dev"
+#define PHP_VERSION "4.4.0-dev"



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

Reply via email to