summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-07-22 09:43:46 +0200
committerJulien Pauli <jpauli@php.net>2015-07-22 09:43:46 +0200
commitb5275ff36acfb3ffa78849bcfeb1194aab69e87c (patch)
tree7e3826f2827b7a6750222277e87bf9909b505ad6
parentf18ba0f9c96bc344f010304ea07299cbdfb851ef (diff)
downloadphp-git-b5275ff36acfb3ffa78849bcfeb1194aab69e87c.tar.gz
5.6.12RC1
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 838ad96887..1d26910394 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Jul 2015, PHP 5.6.12
+23 Jul 2015, PHP 5.6.12RC1
- Core:
. Fixed bug #70012 (Exception lost with nested finally block). (Laruence)
diff --git a/configure.in b/configure.in
index eb9f50ee90..e6b4830624 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=6
PHP_RELEASE_VERSION=12
-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 d649fa3ed6..a8f1fa721d 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 6
#define PHP_RELEASE_VERSION 12
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.12-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.6.12RC1"
#define PHP_VERSION_ID 50612