Skip to content

Commit 461b262

Browse files
author
OpenXE
committed
Release 1.6
1 parent 17fa438 commit 461b262

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

githash.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.5";
4+
$version_revision="1.6";
55
$githash = file_get_contents("../githash.txt");
66
if (!empty($githash)) {
77
$version_revision .= " (".substr($githash,0,8).")";

0 commit comments

Comments
 (0)