summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2016-08-04 01:47:14 +0200
committerFerenc Kovacs <tyra3l@gmail.com>2016-08-04 01:47:14 +0200
commit327f538e917ce5fc2b106a59d835c2724ed46602 (patch)
tree87923d4ab3c2b489b4090a13bf43e70f6962a1b6
parent9667ee4f72c7dafce993b71104a52beb7c3aff15 (diff)
downloadphp-git-327f538e917ce5fc2b106a59d835c2724ed46602.tar.gz
5.6.25RC1php-5.6.25RC1
-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 6df7098f13..b0fd6ec251 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016, PHP 5.6.25
+04 Aug 2016, PHP 5.6.25RC1
- Core:
. Fixed bug #72581 (previous property undefined in Exception after
diff --git a/configure.in b/configure.in
index 655e8586ce..5a13e75914 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=25
-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 3fd226da92..69097ea37d 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 25
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.25-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.6.25RC1"
#define PHP_VERSION_ID 50625