Commit:    9ad0b878d91064d78bcd093a4660ea2bf99b03fb
Author:    Johannes Schlüter <johan...@schlueters.de>         Thu, 29 Mar 2012 
11:17:41 +0200
Parents:   21fa9634c19210050b130bed9f3ac77c5332080b
Branches:  PHP-5.3.11

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

Log:
PHP 5.3.11RC1

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


Diff:
9ad0b878d91064d78bcd093a4660ea2bf99b03fb
diff --git a/NEWS b/NEWS
index 8d69073..f10b9cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2012, PHP 5.3.11
+29 Mar 2012, PHP 5.3.11RC1
 
 - Core:
   . Fixed bug #61273 (call_user_func_array with more than 16333 arguments
diff --git a/configure.in b/configure.in
index d3f96b0..1fbcb21 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=11
-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 c2f3e45..f79710a 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 11
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.3.11-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.3.11RC1"
 #define PHP_VERSION_ID 50311


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

Reply via email to