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:
authorFlorin Peter <github@florin-peter.de>2013-05-25 22:37:28 +0400
committerFlorin Peter <github@florin-peter.de>2013-05-25 22:37:28 +0400
commitadcafbde34b8f4c75dbf724e929766a1f7d964d4 (patch)
tree993d117c7f7e9773eca8e445c63475c9ef207081 /lib/util.php
parent4eddef1556ac7ee7fc0c7e82279672c52d9b6db9 (diff)
parentdbb6a10364fb87989cb13f704887782a1531e16b (diff)
Merge branch 'master' into fix_for_2377
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 1c5a044be8e..d1551523dd6 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -80,7 +80,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, 80, 03);
+ return array(5, 80, 04);
}
/**