iliaa                                    Thu, 11 Feb 2010 12:33:17 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=294883

Log:
5.2.13RC2

Changed paths:
    U   php/php-src/branches/PHP_5_2/configure.in
    U   php/php-src/branches/PHP_5_2/main/php_version.h

Modified: php/php-src/branches/PHP_5_2/configure.in
===================================================================
--- php/php-src/branches/PHP_5_2/configure.in   2010-02-11 12:32:21 UTC (rev 
294882)
+++ php/php-src/branches/PHP_5_2/configure.in   2010-02-11 12:33:17 UTC (rev 
294883)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=13
-PHP_EXTRA_VERSION="RC1-dev"
+PHP_EXTRA_VERSION="RC2"
 
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`


Modified: php/php-src/branches/PHP_5_2/main/php_version.h
===================================================================
--- php/php-src/branches/PHP_5_2/main/php_version.h     2010-02-11 12:32:21 UTC 
(rev 294882)
+++ php/php-src/branches/PHP_5_2/main/php_version.h     2010-02-11 12:33:17 UTC 
(rev 294883)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 13
-#define PHP_EXTRA_VERSION "RC1-dev"
-#define PHP_VERSION "5.2.13RC1-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.13RC2"
 #define PHP_VERSION_ID 50213

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to