Version 1.7

This commit is contained in:
OpenXE 2022-12-15 11:49:22 +00:00
parent 0848148b9e
commit c519d8030a

View File

@ -1,7 +1,7 @@
<?php <?php
$version="OSS"; $version="OSS";
$version_revision="1.6"; $version_revision="1.7";
$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).")";