Release 1.10

This commit is contained in:
OpenXE 2023-07-04 11:18:13 +02:00
parent 56e743334a
commit 1be7ba66ee

View File

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