summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-09-02 22:10:25 +0200
committerAnatol Belski <ab@php.net>2015-09-02 22:10:25 +0200
commit4401f56eef86440561af30cadba038c0ff7ba61b (patch)
treea6662f03c29d18091894724cc448f7e4c69c3c7c /main/php_version.h
parent6ef7c6358fc37579d329268cbb56ab730bed2159 (diff)
downloadphp-git-4401f56eef86440561af30cadba038c0ff7ba61b.tar.gz
bump version
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 94719b9658..d934cddf5f 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 "RC1"
-#define PHP_VERSION "7.0.0RC1"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "7.0.0RC2"
#define PHP_VERSION_ID 70000