diff options
author | Derick Rethans <github@derickrethans.nl> | 2020-07-26 10:08:52 +0100 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2020-07-26 10:08:52 +0100 |
commit | 877a351ea87794cacb6bb9b72348cd2387e74f68 (patch) | |
tree | ff76a41fc4617aa7ff198ca2af6940ab922b221b | |
parent | 27bd16e71f1a89b6ea3fe1b874ecd6322fced8c0 (diff) | |
download | php-git-877a351ea87794cacb6bb9b72348cd2387e74f68.tar.gz |
PHP-7.4 is 7.4.10-dev now
-rw-r--r-- | main/php_version.h | 6 |
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 |