summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-04-28 09:10:50 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-04-28 09:10:50 +0200
commit6998cc502997336125a75987efda563a770ab839 (patch)
tree973865cf75ff28b0e470841f01a17b95b5690e28
parent29968d8f992559080bc9d5d4eab37f1fad8094df (diff)
downloadphp-git-6998cc502997336125a75987efda563a770ab839.tar.gz
Bump version
-rw-r--r--NEWS4
-rw-r--r--Zend/zend.h2
-rw-r--r--configure.ac2
-rw-r--r--main/php_version.h6
4 files changed, 8 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index c96ee110d0..5989413993 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.18
+?? ??? ????, PHP 7.3.19
+
+30 Apr 2020, PHP 7.3.18RC1
- Core:
. Fixed bug #79434 (PHP 7.3 and PHP-7.4 crash with NULL-pointer dereference
diff --git a/Zend/zend.h b/Zend/zend.h
index 238b453a0c..52ffd145b5 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -20,7 +20,7 @@
#ifndef ZEND_H
#define ZEND_H
-#define ZEND_VERSION "3.3.18-dev"
+#define ZEND_VERSION "3.3.19-dev"
#define ZEND_ENGINE_3
diff --git a/configure.ac b/configure.ac
index 3d129f3594..3cbfaf0762 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=18
+PHP_RELEASE_VERSION=19
PHP_EXTRA_VERSION="-dev"
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 a4de784fc6..5b05729262 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 18
+#define PHP_RELEASE_VERSION 19
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.18-dev"
-#define PHP_VERSION_ID 70318
+#define PHP_VERSION "7.3.19-dev"
+#define PHP_VERSION_ID 70319