sniper Sun Feb 16 19:02:11 2003 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/main php_version.h Log: Bump up the version. Index: php4/configure.in diff -u php4/configure.in:1.396.2.32 php4/configure.in:1.396.2.33 --- php4/configure.in:1.396.2.32 Thu Feb 13 20:27:42 2003 +++ php4/configure.in Sun Feb 16 19:02:10 2003 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.396.2.32 2003/02/14 01:27:42 sniper Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.396.2.33 2003/02/17 00:02:10 sniper Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -40,7 +40,7 @@ MAJOR_VERSION=4 MINOR_VERSION=3 -RELEASE_VERSION=1 +RELEASE_VERSION=2 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.2.10 php4/main/php_version.h:1.66.2.11 --- php4/main/php_version.h:1.66.2.10 Fri Dec 27 17:11:40 2002 +++ php4/main/php_version.h Sun Feb 16 19:02:11 2003 @@ -2,6 +2,6 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 3 -#define PHP_RELEASE_VERSION 1 +#define PHP_RELEASE_VERSION 2 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "4.3.1-dev" +#define PHP_VERSION "4.3.2-dev"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php