Skip to content

Commit

Permalink
Prepare for PHP 8.2 (bis)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickallaert committed Sep 1, 2021
1 parent aa893c4 commit a93e12f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win32/build/confutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ if (typeof(CWD) == "undefined") {
if (!MODE_PHPIZE) {
/* defaults; we pick up the precise versions from configure.ac */
var PHP_VERSION = 8;
var PHP_MINOR_VERSION = 1;
var PHP_MINOR_VERSION = 2;
var PHP_RELEASE_VERSION = 0;
var PHP_EXTRA_VERSION = "";
var PHP_VERSION_STRING = "8.1.0";
var PHP_VERSION_STRING = "8.2.0";
}

/* Get version numbers and DEFINE as a string */
Expand Down

0 comments on commit a93e12f

Please sign in to comment.