summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-07-19 18:56:38 +0200
committerAnatol Belski <ab@php.net>2016-07-19 18:56:38 +0200
commit78cde3d8dc0975f159799b181188fb2d1a5565c5 (patch)
tree3fbb03c1f2546268caff4cc3645de64c6f9ea1ef
parent24367afdf3adaed5498699140a7e0a1586145861 (diff)
downloadphp-git-78cde3d8dc0975f159799b181188fb2d1a5565c5.tar.gz
set 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 2d971aecb4..25c8abfba3 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=9
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION=""
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 c6295de165..2c807ecaf7 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 9
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.0.9RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.0.9"
#define PHP_VERSION_ID 70009