Version 1.7
This commit is contained in:
parent
0848148b9e
commit
c519d8030a
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
$version="OSS";
|
||||
$version_revision="1.6";
|
||||
$version_revision="1.7";
|
||||
$githash = file_get_contents("../githash.txt");
|
||||
if (!empty($githash)) {
|
||||
$version_revision .= " (".substr($githash,0,8).")";
|
||||
|
|
|
|||
Loading…
Reference in New Issue