This commit is contained in:
OpenXE 2023-12-07 16:39:29 +01:00
parent 3e2b5f6ee8
commit 3c8588562b
1 changed files with 1 additions and 1 deletions

View File

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