Skip to content

Commit

Permalink
Correct default value
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Aug 21, 2017
1 parent ccab684 commit 5b4b199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/build/confutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if (typeof(CWD) == "undefined") {

/* defaults; we pick up the precise versions from configure.ac */
var PHP_VERSION = 7;
var PHP_MINOR_VERSION = 1;
var PHP_MINOR_VERSION = 2;
var PHP_RELEASE_VERSION = 0;
var PHP_EXTRA_VERSION = "";
var PHP_VERSION_STRING = "7.2.0";
Expand Down

0 comments on commit 5b4b199

Please sign in to comment.