summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-01-02 07:58:13 +0100
committerAnatol Belski <ab@php.net>2018-01-02 07:58:13 +0100
commit6a4d65c80d8d6ab1e2c6d3604107041f330f8e27 (patch)
treec9c237c368d1e8b348dae25f6c928aa9e44aa0bd
parent04547511d9776bb78a9d370f37dc47c085b60b85 (diff)
downloadphp-git-6a4d65c80d8d6ab1e2c6d3604107041f330f8e27.tar.gz
Set versions
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 6fa16ff8a8..802a887875 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-07 Dec 2017 PHP 7.0.27RC1
+04 Jan 2017 PHP 7.0.27
- CLI Server:
. Fixed bug #60471 (Random "Invalid request (unexpected EOF)" using a router
diff --git a/configure.in b/configure.in
index cd68aa0885..ba3f3e8363 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=27
-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 dc89cdcb40..43076b61d2 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 27
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.0.27RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.0.27"
#define PHP_VERSION_ID 70027