summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-18 10:30:46 +0200
committerAnatol Belski <ab@php.net>2017-07-18 10:30:46 +0200
commit554db3159dc435b3a66b0d146661c34777de8719 (patch)
treebe2a1a7f3710440d21abfe6f909effd426a4cddc
parent4ef9f536ba90113b3cd2afca01f09cddfc76f99a (diff)
downloadphp-git-554db3159dc435b3a66b0d146661c34777de8719.tar.gz
set versions
-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 b3c9d6fb9d..580bd02063 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2017 PHP 7.0.22
+20 Jul 2017 PHP 7.0.23RC1
- Core:
. Fixed bug #74832 (Loading PHP extension with already registered function
diff --git a/configure.in b/configure.in
index 6ad7830a06..d48c41774c 100644
--- a/configure.in
+++ b/configure.in
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=0
PHP_RELEASE_VERSION=22
-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 c9045e16bc..5cf2ea0a74 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 0
#define PHP_RELEASE_VERSION 22
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.0.22-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.0.22RC1"
#define PHP_VERSION_ID 70022