Commit:    0351fd55523b8c9e437161c6334fe413280eaa6c
Author:    Stanislav Malyshev <s...@php.net>         Tue, 26 Feb 2013 22:24:09 
-0800
Parents:   7ffb77d243897a1a9d39a6a51715d9ff3c14e02a
Branches:  PHP-5.4.13

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

Log:
5.4.13 RC1

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


Diff:
diff --git a/NEWS b/NEWS
index 6600eed..70c5996 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2012, PHP 5.4.13
+28 Feb 2012, PHP 5.4.13 RC1
 
 - Core:
   . Fixed bug #64235 (Insteadof not work for class method in 5.4.11).
@@ -40,7 +40,7 @@ PHP                                                           
             NEWS
 - SNMP:
   . Fixed bug #64124 (IPv6 malformed). (Boris Lytochkin)
 
-?? ??? 2012, PHP 5.4.12
+21 Feb 2012, PHP 5.4.12
 
 - Core:
   . Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). 
(Johannes)
diff --git a/configure.in b/configure.in
index 3597c24..9d4cb4e 100644
--- a/configure.in
+++ b/configure.in
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=4
 PHP_RELEASE_VERSION=13
-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 46dbbb1..69a05ff 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 13
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.13-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.4.13RC1"
 #define PHP_VERSION_ID 50413


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

Reply via email to