mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-24 13:40:29 +01:00
Develop version 1.8.1
This commit is contained in:
parent
ebd50b4f28
commit
8bdedcb72f
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
$version="OSS";
|
||||
$version_revision="1.8";
|
||||
$version_revision="D.1.8.1";
|
||||
$githash = file_get_contents("../githash.txt");
|
||||
if (!empty($githash)) {
|
||||
$version_revision .= " (".substr($githash,0,8).")";
|
||||
|
Loading…
Reference in New Issue
Block a user