Skip to content

Commit e4c190e

Browse files
committed
adjust versions in confutils
1 parent 0f71d00 commit e4c190e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

win32/build/confutils.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ if (typeof(CWD) == "undefined") {
100100

101101
/* defaults; we pick up the precise versions from configure.in */
102102
var PHP_VERSION = 7;
103-
var PHP_MINOR_VERSION = 0;
103+
var PHP_MINOR_VERSION = 1;
104104
var PHP_RELEASE_VERSION = 0;
105105
var PHP_EXTRA_VERSION = "";
106-
var PHP_VERSION_STRING = "7.0.0";
106+
var PHP_VERSION_STRING = "7.1.0";
107107

108108
/* Get version numbers and DEFINE as a string */
109109
function get_version_numbers()

0 commit comments

Comments
 (0)