PHP-7.4 is 7.4.10-dev now

This commit is contained in:
Derick Rethans 2020-07-26 10:08:52 +01:00
parent 27bd16e71f
commit 877a351ea8

View File

@ -2,7 +2,7 @@
/* edit configure.ac to change version number */ /* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 7 #define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 4 #define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 9 #define PHP_RELEASE_VERSION 10
#define PHP_EXTRA_VERSION "-dev" #define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "7.4.9-dev" #define PHP_VERSION "7.4.10-dev"
#define PHP_VERSION_ID 70409 #define PHP_VERSION_ID 70410