summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-03-05 14:16:36 +0100
committerJulien Pauli <jpauli@php.net>2015-03-05 14:16:36 +0100
commite14401decad6794bc714c40877014546b9c99fd7 (patch)
treec725de96448439793817527e787f0312d8f4b6e0
parent869f8bd24bbabdf91198f99b1ee124c91d2696ce (diff)
downloadphp-git-php-5.5.23RC1.tar.gz
5.5.23RC1php-5.5.23RC1
-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 2c66055e42..da64d8545e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015, PHP 5.5.23
+05 Mar 2015, PHP 5.5.23RC1
- Core:
. Fixed bug #69174 (leaks when unused inner class use traits precedence).
diff --git a/configure.in b/configure.in
index 8ba93e7a35..a0f4c5ea7c 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=5
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 35ee96df2a..f7a83aeb80 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 5
#define PHP_RELEASE_VERSION 23
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.23-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.5.23RC1"
#define PHP_VERSION_ID 50523