Commit:    5c5bc7cf1bb8227ca4c91d7666fb2c46812c913b
Author:    Stanislav Malyshev <s...@php.net>         Thu, 28 Feb 2013 21:25:36 
-0800
Parents:   8f533d2dfd1f029b5d1a811fdeac753a4dc0a7a2
Branches:  PHP-5.3 PHP-5.4 PHP-5.5 master

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

Log:
5.4.24-dev

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


Diff:
diff --git a/NEWS b/NEWS
index 5f19e6d..790d72d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2013, PHP 5.3.24
+
 28 Feb 2013, PHP 5.3.23RC1
 
 - SPL:
diff --git a/configure.in b/configure.in
index c461df2..f49e195 100644
--- a/configure.in
+++ b/configure.in
@@ -41,8 +41,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=23
-PHP_EXTRA_VERSION="RC1"
+PHP_RELEASE_VERSION=24
+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 3add96c..10e5b7d 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 23
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.3.23RC1"
-#define PHP_VERSION_ID 50323
+#define PHP_RELEASE_VERSION 24
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.3.24-dev"
+#define PHP_VERSION_ID 50324


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

Reply via email to