andrei Sat Oct 5 16:37:12 2002 EDT Modified files: /php4 configure.in /php4/main php_version.h Log: Change HEAD version to 4.4.0-dev. Index: php4/configure.in diff -u php4/configure.in:1.378 php4/configure.in:1.379 --- php4/configure.in:1.378 Fri Oct 4 00:47:33 2002 +++ php4/configure.in Sat Oct 5 16:37:11 2002 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.378 2002/10/04 04:47:33 rasmus Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.379 2002/10/05 20:37:11 andrei Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -38,7 +38,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.60 php4/main/php_version.h:1.61 --- php4/main/php_version.h:1.60 Thu Apr 11 11:50:32 2002 +++ php4/main/php_version.h Sat Oct 5 16:37:12 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