edink Fri Dec 27 17:11:40 2002 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in NEWS /php4/main php_version.h Log: Live goes on :) Index: php4/configure.in diff -u php4/configure.in:1.396.2.19 php4/configure.in:1.396.2.20 --- php4/configure.in:1.396.2.19 Thu Dec 26 23:07:18 2002 +++ php4/configure.in Fri Dec 27 17:11:40 2002 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.396.2.19 2002/12/27 04:07:18 andrei Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.396.2.20 2002/12/27 22:11:40 edink Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -43,8 +43,8 @@ MAJOR_VERSION=4 MINOR_VERSION=3 -RELEASE_VERSION=0 -EXTRA_VERSION="" +RELEASE_VERSION=1 +EXTRA_VERSION="-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context Index: php4/NEWS diff -u php4/NEWS:1.1247.2.35 php4/NEWS:1.1247.2.36 --- php4/NEWS:1.1247.2.35 Thu Dec 26 23:02:52 2002 +++ php4/NEWS Fri Dec 27 17:11:40 2002 @@ -1,5 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +? ? ??? 200?, Version 4.3.1 + 27 Dec 2002, Version 4.3.0 - If you don't specify building any other SAPI "make install" will install the CGI SAPI binary in {PREFIX}/bin/php. If you want to install CLI SAPI in that Index: php4/main/php_version.h diff -u php4/main/php_version.h:1.66.2.9 php4/main/php_version.h:1.66.2.10 --- php4/main/php_version.h:1.66.2.9 Thu Dec 26 23:07:19 2002 +++ php4/main/php_version.h Fri Dec 27 17:11:40 2002 @@ -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 0 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "4.3.0" +#define PHP_RELEASE_VERSION 1 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "4.3.1-dev"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php