summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-04 12:26:55 +0200
committerAnatol Belski <ab@php.net>2017-07-04 12:26:55 +0200
commitba297e366b43fcd758c59735bf8786a4857250c8 (patch)
tree5c7148ce7292daac0ce534ec7defbd2ca6d73e82
parent5123ffdad65286223ce6d923e9a599bb89af79f4 (diff)
downloadphp-git-ba297e366b43fcd758c59735bf8786a4857250c8.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 5ff3da3e6c..7134c14591 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=21
-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 070d8f4d1d..9ead1cd43a 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 21
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.0.21RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.0.21"
#define PHP_VERSION_ID 70021