summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-05-10 13:16:44 +0200
committerAnatol Belski <ab@php.net>2016-05-10 13:16:44 +0200
commit2beacaad49a50b18bfdb03fdd5272d0f1daa19a1 (patch)
treef460fec5d2cc8f916836058ef3b2c152b32c6032 /main/php_version.h
parenta1ed4ab3caf33b59742897b43462d033864bb490 (diff)
downloadphp-git-php-7.0.7RC1.tar.gz
set versionsphp-7.0.7RC1
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 00021c119b..9c59b4dd39 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 7
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.0.7-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.0.7RC1"
#define PHP_VERSION_ID 70007