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
commit d35a4f41b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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).")";