mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-02-03 08:11:14 +01:00
1.3.1
This commit is contained in:
parent
f64f6f64cb
commit
a78571aa45
1
githash.txt
Normal file
1
githash.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
f64f6f64cbe6499f4060a487603626a6d712a484
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$version="OSS";
|
$version="OSS";
|
||||||
$version_revision="1.0";
|
$version_revision="1.3.1";
|
||||||
$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).")";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user