summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-07-31 13:56:24 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-07-31 13:56:24 +0200
commita63c99ba624cff86292ffde97089428e68c6fc10 (patch)
tree102b613b4ed46bd1609f0c6ddc8b5bd496596c5f /main
parent144e8d1f8352ddde234b532260f98a80c86e77f8 (diff)
downloadphp-git-a63c99ba624cff86292ffde97089428e68c6fc10.tar.gz
Prepare for PHP 7.4
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 e81c515249..6f2f3c032d 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -1,8 +1,8 @@
/* automatically generated by configure */
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 7
-#define PHP_MINOR_VERSION 3
+#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 0
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.0-dev"
-#define PHP_VERSION_ID 70300
+#define PHP_VERSION "7.4.0-dev"
+#define PHP_VERSION_ID 70400