]> granicus.if.org Git - php/commitdiff
Correct default value
authorAnatol Belski <ab@php.net>
Mon, 21 Aug 2017 17:37:41 +0000 (19:37 +0200)
committerAnatol Belski <ab@php.net>
Mon, 21 Aug 2017 17:37:41 +0000 (19:37 +0200)
win32/build/confutils.js

index 5172850dc25185ed5ca54235235187827ac1ed41..e6ea605cafaf9c73249dfa5536d783030d5c7cd8 100644 (file)
@@ -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";