mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Prepare for PHP 8.2 (bis)
This commit is contained in:
parent
aa893c4a71
commit
a93e12f8a6
1 changed files with 2 additions and 2 deletions
|
@ -95,10 +95,10 @@ if (typeof(CWD) == "undefined") {
|
||||||
if (!MODE_PHPIZE) {
|
if (!MODE_PHPIZE) {
|
||||||
/* defaults; we pick up the precise versions from configure.ac */
|
/* defaults; we pick up the precise versions from configure.ac */
|
||||||
var PHP_VERSION = 8;
|
var PHP_VERSION = 8;
|
||||||
var PHP_MINOR_VERSION = 1;
|
var PHP_MINOR_VERSION = 2;
|
||||||
var PHP_RELEASE_VERSION = 0;
|
var PHP_RELEASE_VERSION = 0;
|
||||||
var PHP_EXTRA_VERSION = "";
|
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 */
|
/* Get version numbers and DEFINE as a string */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue