Merge pull request #63 from OpenXE-org/develop.1.8

Update version.php
This commit is contained in:
OpenXE-ERP
2023-02-19 12:27:16 +01:00
committed by GitHub
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
$version="OSS";
$version_revision="1.7";
$version_revision="1.8";
$githash = file_get_contents("../githash.txt");
if (!empty($githash)) {
$version_revision .= " (".substr($githash,0,8).")";