sebastian Thu Sep 27 05:24:23 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/main php_version.h /php-src configure.in Log: Bump version. http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.50&r2=1.112.2.37.2.50.2.1&diff_format=u Index: php-src/main/php_version.h diff -u php-src/main/php_version.h:1.112.2.37.2.50 php-src/main/php_version.h:1.112.2.37.2.50.2.1 --- php-src/main/php_version.h:1.112.2.37.2.50 Thu Aug 30 07:40:13 2007 +++ php-src/main/php_version.h Thu Sep 27 05:24:22 2007 @@ -1,8 +1,8 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 5 -#define PHP_MINOR_VERSION 2 -#define PHP_RELEASE_VERSION 5 +#define PHP_MINOR_VERSION 3 +#define PHP_RELEASE_VERSION 0 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.2.5-dev" -#define PHP_VERSION_ID 50205 +#define PHP_VERSION "5.3.0-dev" +#define PHP_VERSION_ID 50300 http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77&r2=1.579.2.52.2.77.2.1&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.579.2.52.2.77 php-src/configure.in:1.579.2.52.2.77.2.1 --- php-src/configure.in:1.579.2.52.2.77 Thu Aug 30 07:40:13 2007 +++ php-src/configure.in Thu Sep 27 05:24:22 2007 @@ -1,4 +1,4 @@ -## $Id: configure.in,v 1.579.2.52.2.77 2007/08/30 07:40:13 sebastian Exp $ -*- autoconf -*- +## $Id: configure.in,v 1.579.2.52.2.77.2.1 2007/09/27 05:24:22 sebastian Exp $ -*- autoconf -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h) PHP_MAJOR_VERSION=5 -PHP_MINOR_VERSION=2 -PHP_RELEASE_VERSION=5 +PHP_MINOR_VERSION=3 +PHP_RELEASE_VERSION=0 PHP_EXTRA_VERSION="-dev" PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION" PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php