1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-04 01:45:15 +02:00

Updated ver.php to v2.3.2 (git)

Removed closing PHP tag from generated ver.php file during build.
This commit is contained in:
Cameron 2021-12-02 14:51:18 -08:00
parent cf7bfb39d5
commit f8d5157121
2 changed files with 2 additions and 4 deletions

View File

@ -395,9 +395,7 @@ class e107Build
$contents .= "* Version file\n";
$contents .= "*/\n\n";
$contents .= "if (!defined('e107_INIT')) { exit; }\n\n";
$contents .= "\$e107info['e107_version'] = \"{$version}\";\n";
$contents .= "?>\n";
$contents .= "\$e107info['e107_version'] = \"{$version}\";\n\n";
return file_put_contents($fname, $contents);
}

View File

@ -10,5 +10,5 @@
if (!defined('e107_INIT')) { exit; }
$e107info['e107_version'] = "2.3.1";
$e107info['e107_version'] = "2.3.2 (git)";