Develop version 1.8.1

This commit is contained in:
OpenXE 2023-04-02 17:44:11 +02:00
parent ebd50b4f28
commit 8bdedcb72f

View File

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