diff options
author | Anatol Belski <ab@php.net> | 2019-06-15 17:39:44 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2019-06-15 17:39:44 +0200 |
commit | 15dce78fe9ea75f38e170e944cfea04efbcd2764 (patch) | |
tree | 98c7745c991d1f801b3344918a5f53344cb44a54 /win32 | |
parent | e8c6910e5ed7c206ac0ddfdda0a60df8f104114a (diff) | |
parent | 5a83bfb37db63eeba2323392630c26679bc9bab2 (diff) | |
download | php-git-15dce78fe9ea75f38e170e944cfea04efbcd2764.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Set correct default version
Diffstat (limited to 'win32')
-rw-r--r-- | win32/build/confutils.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 19a2504fa9..4248795dac 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -96,10 +96,10 @@ if (typeof(CWD) == "undefined") { /* defaults; we pick up the precise versions from configure.ac */ var PHP_VERSION = 7; -var PHP_MINOR_VERSION = 3; +var PHP_MINOR_VERSION = 4; var PHP_RELEASE_VERSION = 0; var PHP_EXTRA_VERSION = ""; -var PHP_VERSION_STRING = "7.3.0"; +var PHP_VERSION_STRING = "7.4.0"; /* Get version numbers and DEFINE as a string */ function get_version_numbers() |