Commit:    8f533d2dfd1f029b5d1a811fdeac753a4dc0a7a2
Author:    Stanislav Malyshev <s...@php.net>         Thu, 28 Feb 2013 21:22:06 
-0800
Parents:   61099f85857193c223dd62b0c5302507a77cf0ab
Branches:  PHP-5.3

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

Log:
5.3.23RC1

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


Diff:
diff --git a/NEWS b/NEWS
index 57bae92..5f19e6d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2013, PHP 5.3.23
+28 Feb 2013, PHP 5.3.23RC1
 
 - SPL:
   . Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence)
diff --git a/configure.in b/configure.in
index eb7781e..c461df2 100644
--- a/configure.in
+++ b/configure.in
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=3
 PHP_RELEASE_VERSION=23
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
 
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 3a4fbe1..3add96c 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 23
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.3.23-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.3.23RC1"
 #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