johannes                                 Tue, 23 Aug 2011 08:56:29 +0000

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

Log:
PHP 5.3.8 (based on 5.3.7 + selected backports)

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

Modified: php/php-src/branches/PHP_5_3_8/configure.in
===================================================================
--- php/php-src/branches/PHP_5_3_8/configure.in 2011-08-23 08:37:36 UTC (rev 
315342)
+++ php/php-src/branches/PHP_5_3_8/configure.in 2011-08-23 08:56:29 UTC (rev 
315343)
@@ -41,7 +41,7 @@

 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=7
+PHP_RELEASE_VERSION=8
 PHP_EXTRA_VERSION=""
 
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_3_8/main/php_version.h
===================================================================
--- php/php-src/branches/PHP_5_3_8/main/php_version.h   2011-08-23 08:37:36 UTC 
(rev 315342)
+++ php/php-src/branches/PHP_5_3_8/main/php_version.h   2011-08-23 08:56:29 UTC 
(rev 315343)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 7
+#define PHP_RELEASE_VERSION 8
 #define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.3.7"
-#define PHP_VERSION_ID 50307
+#define PHP_VERSION "5.3.8"
+#define PHP_VERSION_ID 50308

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

Reply via email to