summaryrefslogtreecommitdiff
path: root/main
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 /main
parent5009b9811d1ac323fcd45c14abd9693803040b13 (diff)
downloadphp-git-63f6608f89fda8ad35bc8c5472d1028e6fa6e0c6.tar.gz
bump version to 7.2.29
Diffstat (limited to 'main')
-rw-r--r--main/php_version.h6
1 files changed, 3 insertions, 3 deletions
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