Skip to content

Commit 1287c20

Browse files
committed
Correct default value in master
1 parent 3351e3b commit 1287c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

win32/build/confutils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ 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 = 2;
107+
var PHP_MINOR_VERSION = 3;
108108
var PHP_RELEASE_VERSION = 0;
109109
var PHP_EXTRA_VERSION = "";
110-
var PHP_VERSION_STRING = "7.2.0";
110+
var PHP_VERSION_STRING = "7.3.0";
111111

112112
/* Get version numbers and DEFINE as a string */
113113
function get_version_numbers()

0 commit comments

Comments
 (0)