OpenXE rebranding

This commit is contained in:
Xenomporio
2022-10-14 14:22:08 +02:00
parent 9d6b86b5f9
commit 1ce413a763
32 changed files with 292 additions and 463 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
$version="OSS";
$version_revision="1.3.1";
$version_revision="1.5";
$githash = file_get_contents("../githash.txt");
if (!empty($githash)) {
$version_revision .= " (".substr($githash,0,8).")";