This commit is contained in:
Xenomporio 2022-09-07 17:16:04 +02:00
parent f64f6f64cb
commit a78571aa45
2 changed files with 2 additions and 1 deletions

1
githash.txt Normal file
View File

@ -0,0 +1 @@
f64f6f64cbe6499f4060a487603626a6d712a484

View File

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