]> granicus.if.org Git - php/commitdiff
This will PHP 5.3.25
authorJohannes Schlüter <johannes@php.net>
Thu, 28 Mar 2013 14:05:46 +0000 (15:05 +0100)
committerJohannes Schlüter <johannes@php.net>
Thu, 28 Mar 2013 14:05:46 +0000 (15:05 +0100)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 9d5fc6d760ebf5e2098a0314f6ae351508a0bd0b..18fe3e5c4a483222ef9eb5734101c1d90735183e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,15 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2013, PHP 5.3.25
+
+
+
 ?? ??? 2013, PHP 5.3.24
 
+##
+## Add NEWS entries to 5.3.25 above, RM will merge and update NEWS if needed
+##
+
 - Core
   . Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
     (Anatol)
index f49e19568f746e3814a8f0f211397e0c0437e733..ea57f74089dedfedf02b09a164c8bbac9141bbbf 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=24
+PHP_RELEASE_VERSION=25
 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`
index 10e5b7d684d46c099db3a1e47c289886c913a120..8ac49450d0ce62c8f37dae237788d89e4dfe9ee8 100644 (file)
@@ -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 24
+#define PHP_RELEASE_VERSION 25
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.3.24-dev"
-#define PHP_VERSION_ID 50324
+#define PHP_VERSION "5.3.25-dev"
+#define PHP_VERSION_ID 50325