Skip to content

Commit a93e12f

Browse files
Prepare for PHP 8.2 (bis)
1 parent aa893c4 commit a93e12f

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
@@ -95,10 +95,10 @@ if (typeof(CWD) == "undefined") {
9595
if (!MODE_PHPIZE) {
9696
/* defaults; we pick up the precise versions from configure.ac */
9797
var PHP_VERSION = 8;
98-
var PHP_MINOR_VERSION = 1;
98+
var PHP_MINOR_VERSION = 2;
9999
var PHP_RELEASE_VERSION = 0;
100100
var PHP_EXTRA_VERSION = "";
101-
var PHP_VERSION_STRING = "8.1.0";
101+
var PHP_VERSION_STRING = "8.2.0";
102102
}
103103

104104
/* Get version numbers and DEFINE as a string */

0 commit comments

Comments
 (0)