Skip to content

Commit 5a83bfb

Browse files
committed
Set correct default version
1 parent 91f0ef0 commit 5a83bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

win32/build/confutils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ if (typeof(CWD) == "undefined") {
9696

9797
/* defaults; we pick up the precise versions from configure.ac */
9898
var PHP_VERSION = 7;
99-
var PHP_MINOR_VERSION = 3;
99+
var PHP_MINOR_VERSION = 4;
100100
var PHP_RELEASE_VERSION = 0;
101101
var PHP_EXTRA_VERSION = "";
102-
var PHP_VERSION_STRING = "7.3.0";
102+
var PHP_VERSION_STRING = "7.4.0";
103103

104104
/* Get version numbers and DEFINE as a string */
105105
function get_version_numbers()

0 commit comments

Comments
 (0)