Prerelease 1.9, added EGPL

This commit is contained in:
OpenXE
2023-04-18 19:14:59 +02:00
parent df292c9c02
commit 1a28b5d75b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
$version="OSS";
$version_revision="D.1.8.1";
$version_revision="P.1.9";
$githash = file_get_contents("../githash.txt");
if (!empty($githash)) {
$version_revision .= " (".substr($githash,0,8).")";