Update version.php

This commit is contained in:
OpenXE-ERP 2023-02-19 12:25:33 +01:00 committed by GitHub
parent c00ae0eb5b
commit aae29d6281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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