]> granicus.if.org Git - php/commitdiff
Set correct default version
authorAnatol Belski <ab@php.net>
Sat, 15 Jun 2019 15:39:13 +0000 (17:39 +0200)
committerAnatol Belski <ab@php.net>
Sat, 15 Jun 2019 15:39:13 +0000 (17:39 +0200)
win32/build/confutils.js

index 19a2504fa9c327b90a918501d86fb8a3f3d179ed..4248795dac5cbeddecf42b2444cbab81a50a10f9 100644 (file)
@@ -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()