VERSION aktualisiert

This commit is contained in:
felix 2024-02-23 09:14:35 +01:00
parent 29f8fe38ca
commit e7af1e1164
1 changed files with 1 additions and 1 deletions

View File

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