summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-02-18 11:00:28 +0100
committerRemi Collet <remi@php.net>2020-02-18 11:00:28 +0100
commit63f6608f89fda8ad35bc8c5472d1028e6fa6e0c6 (patch)
tree5722cada77e6110173e2ca5e5f54ccda099d20b0
parent5009b9811d1ac323fcd45c14abd9693803040b13 (diff)
downloadphp-git-63f6608f89fda8ad35bc8c5472d1028e6fa6e0c6.tar.gz
bump version to 7.2.29
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--main/php_version.h6
3 files changed, 8 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index e427232fff..60a48f30f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2020, PHP 7.2.28
+?? ??? 2020, PHP 7.2.29
+
+
+20 Feb 2020, PHP 7.2.28
- DOM:
. Fixed bug #77569: (Write Access Violation in DomImplementation). (Nikita,
diff --git a/configure.ac b/configure.ac
index 478a4cbf3b..e1a6b53fab 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=2
-PHP_RELEASE_VERSION=28
+PHP_RELEASE_VERSION=29
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 e10723c260..4e8242f247 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 2
-#define PHP_RELEASE_VERSION 28
+#define PHP_RELEASE_VERSION 29
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.28-dev"
-#define PHP_VERSION_ID 70228
+#define PHP_VERSION "7.2.29-dev"
+#define PHP_VERSION_ID 70229