Commit:    a80fdc47b3b5046188aee6a9ef310879322cf4e9
Author:    Johannes Schlüter <johan...@php.net>         Thu, 31 Jan 2013 
00:57:29 +0100
Parents:   321f4f18e52bfabe19fb9217dff0bf661d48e5d3
Branches:  PHP-5.3 PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=a80fdc47b3b5046188aee6a9ef310879322cf4e9

Log:
This will be PHP 5.3.23

Changed paths:
  M  NEWS
  M  configure.in
  M  main/php_version.h


Diff:
diff --git a/NEWS b/NEWS
index c230d22..e4ee218 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,12 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2013, PHP 5.3.23
+
+
 ?? ??? 2013, PHP 5.3.22
 
+## DON'T ADD ENTRIES TO THIS SECTION - TALK TO RM FOR MERGES
+
 - Zend Engine:
   . Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). 
(Johannes)
   . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
diff --git a/configure.in b/configure.in
index f6f52bd..eb7781e 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=22
+PHP_RELEASE_VERSION=23
 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`
diff --git a/main/php_version.h b/main/php_version.h
index dd418f3..3a4fbe1 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -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 22
+#define PHP_RELEASE_VERSION 23
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.3.22-dev"
-#define PHP_VERSION_ID 50322
+#define PHP_VERSION "5.3.23-dev"
+#define PHP_VERSION_ID 50323


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

Reply via email to