release 1.9

This commit is contained in:
OpenXE 2023-04-24 16:23:21 +02:00
parent 62f6df1aeb
commit 9db337ce95

View File

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