derick Tue Feb 13 18:22:07 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_version.h /php-src configure.in NEWS Log: - Back to -dev. http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.33&r2=1.66.2.81.2.34&diff_format=u Index: php-src/main/php_version.h diff -u php-src/main/php_version.h:1.66.2.81.2.33 php-src/main/php_version.h:1.66.2.81.2.34 --- php-src/main/php_version.h:1.66.2.81.2.33 Tue Feb 13 18:20:10 2007 +++ php-src/main/php_version.h Tue Feb 13 18:22:06 2007 @@ -2,6 +2,6 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 4 -#define PHP_RELEASE_VERSION 5 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "4.4.5" +#define PHP_RELEASE_VERSION 6 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "4.4.6-dev" http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.37&r2=1.396.2.164.2.38&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.396.2.164.2.37 php-src/configure.in:1.396.2.164.2.38 --- php-src/configure.in:1.396.2.164.2.37 Tue Feb 13 18:20:11 2007 +++ php-src/configure.in Tue Feb 13 18:22:06 2007 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.396.2.164.2.37 2007/02/13 18:20:11 derick Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.396.2.164.2.38 2007/02/13 18:22:06 derick Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -37,8 +37,8 @@ MAJOR_VERSION=4 MINOR_VERSION=4 -RELEASE_VERSION=5 -EXTRA_VERSION="" +RELEASE_VERSION=6 +EXTRA_VERSION="-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.191&r2=1.1247.2.920.2.192&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.920.2.191 php-src/NEWS:1.1247.2.920.2.192 --- php-src/NEWS:1.1247.2.920.2.191 Tue Feb 13 18:20:11 2007 +++ php-src/NEWS Tue Feb 13 18:22:06 2007 @@ -1,5 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? 2007, Version 4.4.6 + 14 Feb 2007, Version 4.4.5 - Upgraded PEAR to 1.5.0. (Greg) - Updated PCRE to version 6.7. (Ilia)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php