We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa893c4 commit a93e12fCopy full SHA for a93e12f
win32/build/confutils.js
@@ -95,10 +95,10 @@ if (typeof(CWD) == "undefined") {
95
if (!MODE_PHPIZE) {
96
/* defaults; we pick up the precise versions from configure.ac */
97
var PHP_VERSION = 8;
98
- var PHP_MINOR_VERSION = 1;
+ var PHP_MINOR_VERSION = 2;
99
var PHP_RELEASE_VERSION = 0;
100
var PHP_EXTRA_VERSION = "";
101
- var PHP_VERSION_STRING = "8.1.0";
+ var PHP_VERSION_STRING = "8.2.0";
102
}
103
104
/* Get version numbers and DEFINE as a string */
0 commit comments