iliaa Thu, 28 Jan 2010 12:44:45 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=294149
Log:
5.2.13RC1
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-01-28 11:55:29 UTC (rev
294148)
+++ php/php-src/branches/PHP_5_2/configure.in 2010-01-28 12:44:45 UTC (rev
294149)
@@ -42,7 +42,7 @@
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=2
PHP_RELEASE_VERSION=13
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
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-01-28 11:55:29 UTC
(rev 294148)
+++ php/php-src/branches/PHP_5_2/main/php_version.h 2010-01-28 12:44:45 UTC
(rev 294149)
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 13
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.13-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.13RC1"
#define PHP_VERSION_ID 50213
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php