summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2021-02-23 12:09:06 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2021-02-23 12:09:06 +0100
commit81396ea89076c67f3246ccb54a51c641c5d2c767 (patch)
treea1e037ead9f0a162cae7eb0a069639f15fbc4200
parent963e50c8c48ecfbe7444445e5ca8e33530d630d0 (diff)
downloadphp-git-81396ea89076c67f3246ccb54a51c641c5d2c767.tar.gz
Update php_version.h to proper version number
-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 8f2d13b845..75915799e5 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 16
+#define PHP_RELEASE_VERSION 17
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.4.16-dev"
-#define PHP_VERSION_ID 70416
+#define PHP_VERSION "7.4.17-dev"
+#define PHP_VERSION_ID 70417