]> granicus.if.org Git - php/commitdiff
fixup default versions, just for the case
authorAnatol Belski <ab@php.net>
Wed, 27 May 2015 23:44:02 +0000 (01:44 +0200)
committerAnatol Belski <ab@php.net>
Thu, 28 May 2015 21:23:17 +0000 (23:23 +0200)
win32/build/confutils.js

index 9a7b3fa5ac990899189d537f8295a98be3b7f89c..1aefa92f8f547d664a054657b9be6464d4ad1fdc 100644 (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()