summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-11-24 20:45:23 +0100
committerAnatol Belski <ab@php.net>2015-11-24 20:45:23 +0100
commitc74427e1845c17a7b7d3ed622455819ce28f9acb (patch)
tree3db800a4042cc7b090a3fbb27766898be391f6cc
parent067f3125a6c3fd01cde278bbd098253625715df3 (diff)
downloadphp-git-c74427e1845c17a7b7d3ed622455819ce28f9acb.tar.gz
bump versions
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index daeb0feada..8a7d0e50b6 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=0
-PHP_EXTRA_VERSION="RC7"
+PHP_EXTRA_VERSION="RC8"
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 dbd7858615..2362c5d1a4 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 0
-#define PHP_EXTRA_VERSION "RC7"
-#define PHP_VERSION "7.0.0RC7"
+#define PHP_EXTRA_VERSION "RC8"
+#define PHP_VERSION "7.0.0RC8"
#define PHP_VERSION_ID 70000