Skip to content

Commit 3c85885

Browse files
author
OpenXE
committed
V.1.11
1 parent 3e2b5f6 commit 3c85885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
$version="OSS";
4-
$version_revision="1.10";
4+
$version_revision="1.11";
55
$githash = file_get_contents("../githash.txt");
66
if (!empty($githash)) {
77
$version_revision .= " (".substr($githash,0,8).")";

0 commit comments

Comments
 (0)