iliaa Thu Jan 5 18:36:24 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/main php_version.h /php-src configure.in Log: Go with 5.1.2RC2 http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.112.2.21&r2=1.112.2.22&diff_format=u Index: php-src/main/php_version.h diff -u php-src/main/php_version.h:1.112.2.21 php-src/main/php_version.h:1.112.2.22 --- php-src/main/php_version.h:1.112.2.21 Fri Dec 23 14:42:49 2005 +++ php-src/main/php_version.h Thu Jan 5 18:36:23 2006 @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 1 #define PHP_RELEASE_VERSION 2 -#define PHP_EXTRA_VERSION "RC2-dev" -#define PHP_VERSION "5.1.2RC2-dev" +#define PHP_EXTRA_VERSION "RC2" +#define PHP_VERSION "5.1.2RC2" http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.32&r2=1.579.2.33&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.579.2.32 php-src/configure.in:1.579.2.33 --- php-src/configure.in:1.579.2.32 Fri Dec 23 19:12:28 2005 +++ php-src/configure.in Thu Jan 5 18:36:24 2006 @@ -1,4 +1,4 @@ - ## $Id: configure.in,v 1.579.2.32 2005/12/23 19:12:28 iliaa Exp $ -*- autoconf -*- + ## $Id: configure.in,v 1.579.2.33 2006/01/05 18:36:24 iliaa Exp $ -*- autoconf -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -42,7 +42,7 @@ MAJOR_VERSION=5 MINOR_VERSION=1 RELEASE_VERSION=2 -EXTRA_VERSION="RC2-dev" +EXTRA_VERSION="RC2" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php