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:
authorThomas Tanghus <thomas@tanghus.net>2013-04-17 21:18:17 +0400
committerThomas Tanghus <thomas@tanghus.net>2013-04-17 21:18:17 +0400
commit32667f8c384722098ea6c9978f7dc90923d2599d (patch)
tree6f3e8880eef7102b21994a224342179cc854406e /lib/util.php
parent1c06bec262aed75153d55699abd68f41c826aee0 (diff)
Remove not null constraint. Fix #2976
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 8d483783920..56ddd0c174a 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, 5);
+ return array(5, 00, 6);
}
/**