Skip to content

Commit 3351e3b

Browse files
committed
Merge branch 'PHP-7.2'
* PHP-7.2: Correct default value
2 parents 191d7cc + 5b4b199 commit 3351e3b

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
@@ -104,7 +104,7 @@ if (typeof(CWD) == "undefined") {
104104

105105
/* defaults; we pick up the precise versions from configure.ac */
106106
var PHP_VERSION = 7;
107-
var PHP_MINOR_VERSION = 1;
107+
var PHP_MINOR_VERSION = 2;
108108
var PHP_RELEASE_VERSION = 0;
109109
var PHP_EXTRA_VERSION = "";
110110
var PHP_VERSION_STRING = "7.2.0";

0 commit comments

Comments
 (0)