mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
increase versions for 7.2
This commit is contained in:
parent
5047a119b0
commit
845f66ba64
5 changed files with 6 additions and 6 deletions
|
@ -103,7 +103,7 @@ var PHP_VERSION = 7;
|
|||
var PHP_MINOR_VERSION = 1;
|
||||
var PHP_RELEASE_VERSION = 0;
|
||||
var PHP_EXTRA_VERSION = "";
|
||||
var PHP_VERSION_STRING = "7.1.0";
|
||||
var PHP_VERSION_STRING = "7.2.0";
|
||||
|
||||
/* Get version numbers and DEFINE as a string */
|
||||
function get_version_numbers()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue