summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2020-07-26 10:08:52 +0100
committerDerick Rethans <github@derickrethans.nl>2020-07-26 10:08:52 +0100
commit877a351ea87794cacb6bb9b72348cd2387e74f68 (patch)
treeff76a41fc4617aa7ff198ca2af6940ab922b221b
parent27bd16e71f1a89b6ea3fe1b874ecd6322fced8c0 (diff)
downloadphp-git-877a351ea87794cacb6bb9b72348cd2387e74f68.tar.gz
PHP-7.4 is 7.4.10-dev now
-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 e0dc7179aa..0c0ffba6a0 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 9
+#define PHP_RELEASE_VERSION 10
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.4.9-dev"
-#define PHP_VERSION_ID 70409
+#define PHP_VERSION "7.4.10-dev"
+#define PHP_VERSION_ID 70410