summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-01-08 18:26:14 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-01-08 18:26:14 +0100
commit7ea4f0e47ed6c981cb38b2b71aa409af059b94d5 (patch)
tree0ed3a000ac63d1d67e17d3cffba7dc8a41ea5d52 /main/php_version.h
parenta6d385a8e8d6955214640a954577dd9e872dfb69 (diff)
downloadphp-git-7ea4f0e47ed6c981cb38b2b71aa409af059b94d5.tar.gz
Bump version
Diffstat (limited to 'main/php_version.h')
-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 0eada26e63..27e342e367 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 4
-#define PHP_RELEASE_VERSION 2
+#define PHP_RELEASE_VERSION 3
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.4.2-dev"
-#define PHP_VERSION_ID 70402
+#define PHP_VERSION "7.4.3-dev"
+#define PHP_VERSION_ID 70403