summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-12-22 13:13:08 +0100
committerAnatol Belski <ab@php.net>2015-12-22 13:13:08 +0100
commit8285f90d1dd0d94920c3c0b7683e8844323b0eca (patch)
treee80a5a6a7e00c014da77366f01d362d787839873 /main/php_version.h
parent0402f05ba38ce0fd9a74d16193c668c8b46b55dd (diff)
downloadphp-git-php-7.0.2RC1.tar.gz
re-apply bump versionsphp-7.0.2RC1
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 e41ced5e84..630eea283d 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 2
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.0.2-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.0.2RC1"
#define PHP_VERSION_ID 70002