diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-10-26 19:07:29 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-10-26 19:07:29 +0200 |
commit | c22a723785f80671548b89c543e9163c2fff9264 (patch) | |
tree | dadd6fe026d77a57fbca40d8bad1be0e158ccc88 /lib/util.php | |
parent | ad5957207da0d287a22f7728da6841c3832ad8b6 (diff) | |
download | nextcloud-server-c22a723785f80671548b89c543e9163c2fff9264.tar.gz nextcloud-server-c22a723785f80671548b89c543e9163c2fff9264.zip |
add file permissions cache
Diffstat (limited to 'lib/util.php')
-rwxr-xr-x | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 137766d0129..a2e0422c97f 100755 --- a/lib/util.php +++ b/lib/util.php @@ -86,7 +86,7 @@ class OC_Util { */ public static function getVersion() { // hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4.90.0. This is not visible to the user - return array(4,91,00); + return array(4,91,01); } /** |