1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

fixup default versions, just for the case

This commit is contained in:
Anatol Belski
2015-05-28 01:44:02 +02:00
parent 0a173501c8
commit 2802fdaf0c
+2 -2
View File
@@ -99,11 +99,11 @@ if (typeof(CWD) == "undefined") {
}
/* defaults; we pick up the precise versions from configure.in */
var PHP_VERSION = 5;
var PHP_VERSION = 7;
var PHP_MINOR_VERSION = 0;
var PHP_RELEASE_VERSION = 0;
var PHP_EXTRA_VERSION = "";
var PHP_VERSION_STRING = "5.0.0";
var PHP_VERSION_STRING = "7.0.0";
/* Get version numbers and DEFINE as a string */
function get_version_numbers()