This commit is contained in:
OpenXE 2023-12-07 16:39:29 +01:00
parent 3e2b5f6ee8
commit 3c8588562b

View File

@ -1,7 +1,7 @@
<?php <?php
$version="OSS"; $version="OSS";
$version_revision="1.10"; $version_revision="1.11";
$githash = file_get_contents("../githash.txt"); $githash = file_get_contents("../githash.txt");
if (!empty($githash)) { if (!empty($githash)) {
$version_revision .= " (".substr($githash,0,8).")"; $version_revision .= " (".substr($githash,0,8).")";