Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenomporio committed Sep 7, 2022
1 parent f64f6f6 commit a78571a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions githash.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f64f6f64cbe6499f4060a487603626a6d712a484
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

$version="OSS";
$version_revision="1.0";
$version_revision="1.3.1";
$githash = file_get_contents("../githash.txt");
if (!empty($githash)) {
$version_revision .= " (".substr($githash,0,8).")";
Expand Down

0 comments on commit a78571a

Please sign in to comment.