summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-01-21 09:17:45 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-01-21 09:17:45 +0100
commit4b2854db6fd2fae5a950ae7ce25257ee08cee916 (patch)
treeb025462c3f1a485486aedac6ad516307a9478914
parenta8a6242db7c01bb2d87f29e9b8d5ff3f0f847645 (diff)
downloadphp-git-PHP-7.3.14.tar.gz
-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, 4 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 87c196063a..980ca261ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,5 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.14
-
23 Jan 2020, PHP 7.3.14
- Core
diff --git a/Zend/zend.h b/Zend/zend.h
index ce9d15de17..4ee44a24d2 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -20,7 +20,7 @@
#ifndef ZEND_H
#define ZEND_H
-#define ZEND_VERSION "3.3.14RC1"
+#define ZEND_VERSION "3.3.14"
#define ZEND_ENGINE_3
diff --git a/configure.ac b/configure.ac
index ea93c538bb..4ee202f79c 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=14
-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 ef5af9bc4c..e151748dbb 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 14
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.3.14RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.3.14"
#define PHP_VERSION_ID 70314