Skip to content

Commit 5b4b199

Browse files
committed
Correct default value
1 parent ccab684 commit 5b4b199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/confutils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if (typeof(CWD) == "undefined") {
101101

102102
/* defaults; we pick up the precise versions from configure.ac */
103103
var PHP_VERSION = 7;
104-
var PHP_MINOR_VERSION = 1;
104+
var PHP_MINOR_VERSION = 2;
105105
var PHP_RELEASE_VERSION = 0;
106106
var PHP_EXTRA_VERSION = "";
107107
var PHP_VERSION_STRING = "7.2.0";

0 commit comments

Comments
 (0)