summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-03-17 09:29:49 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-03-17 09:29:49 +0100
commitd466e966ef58a932e55c498f1d5c4aa7361afe41 (patch)
tree4b4850d5a4da4115e52f53ae350b503b0fe8b908
parentb8048de333325c21c9763aa0270c5cb54f03cbab (diff)
downloadphp-git-d466e966ef58a932e55c498f1d5c4aa7361afe41.tar.gz
Bump version
-rw-r--r--NEWS2
-rw-r--r--Zend/zend.h2
-rw-r--r--configure.ac2
-rw-r--r--main/php_version.h4
4 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index ca79d9b30d..14b92500e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-05 Mar 2020, PHP 7.3.16RC1
+19 Mar 2020, PHP 7.3.16
- Core:
. Fixed bug #63206 (restore_error_handler does not restore previous errors
diff --git a/Zend/zend.h b/Zend/zend.h
index aebc64dae7..dc57d1b0d9 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -20,7 +20,7 @@
#ifndef ZEND_H
#define ZEND_H
-#define ZEND_VERSION "3.3.16RC1"
+#define ZEND_VERSION "3.3.16"
#define ZEND_ENGINE_3
diff --git a/configure.ac b/configure.ac
index f3078dcc1f..e19c92ff24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,7 +108,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=3
PHP_RELEASE_VERSION=16
-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 7feaed927f..0f0eec31d2 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 16
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.3.16RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.3.16"
#define PHP_VERSION_ID 70316