Release 1.6

This commit is contained in:
OpenXE
2022-11-21 09:33:11 +00:00
parent 17fa438529
commit 461b262e16
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
$version="OSS";
$version_revision="1.5";
$version_revision="1.6";
$githash = file_get_contents("../githash.txt");
if (!empty($githash)) {
$version_revision .= " (".substr($githash,0,8).")";