johannes                                 Thu, 22 Jul 2010 11:06:58 +0000

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

Log:
- back to -dev

Changed paths:
    U   php/php-src/branches/PHP_5_2/NEWS
    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/NEWS
===================================================================
--- php/php-src/branches/PHP_5_2/NEWS   2010-07-22 10:55:24 UTC (rev 301462)
+++ php/php-src/branches/PHP_5_2/NEWS   2010-07-22 11:06:58 UTC (rev 301463)
@@ -1,5 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2010, PHP 5.2.15
+
+
 22 Jul 2010, PHP 5.2.14
 - Reverted bug fix #49521 (PDO fetchObject sets values before calling
   constructor). (Felipe)

Modified: php/php-src/branches/PHP_5_2/configure.in
===================================================================
--- php/php-src/branches/PHP_5_2/configure.in   2010-07-22 10:55:24 UTC (rev 
301462)
+++ php/php-src/branches/PHP_5_2/configure.in   2010-07-22 11:06:58 UTC (rev 
301463)
@@ -41,8 +41,8 @@

 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=14
-PHP_EXTRA_VERSION=""
+PHP_RELEASE_VERSION=15
+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`


Modified: php/php-src/branches/PHP_5_2/main/php_version.h
===================================================================
--- php/php-src/branches/PHP_5_2/main/php_version.h     2010-07-22 10:55:24 UTC 
(rev 301462)
+++ php/php-src/branches/PHP_5_2/main/php_version.h     2010-07-22 11:06:58 UTC 
(rev 301463)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 14
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.14"
-#define PHP_VERSION_ID 50214
+#define PHP_RELEASE_VERSION 15
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.15-dev"
+#define PHP_VERSION_ID 50215

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

Reply via email to