Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-05-24 15:44:05 +0400
committerBjörn Schießle <schiessle@owncloud.com>2013-05-24 15:44:05 +0400
commitcb12cf8324411478f6817178c45bab24cb88cdff (patch)
treeae8fe0c650db8f28ef105e41e36d4e5aca5c8a9a /lib/util.php
parent3bd0141e6d175e2db179ae5e1df4227f8840489b (diff)
increase ownCloud version number to upgrade file cache table
Diffstat (limited to 'lib/util.php')
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 3886a36505d..9d23dc99022 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -75,7 +75,7 @@ class OC_Util {
public static function getVersion() {
// hint: We only can count up. Reset minor/patchlevel when
// updating major/minor version number.
- return array(5, 00, 8);
+ return array(5, 00, 9);
}
/**