diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-12-15 23:28:07 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-12-15 23:35:07 +0100 |
commit | b12abb2c94072ab5b84d0477ecb7ce9789bdda0d (patch) | |
tree | cdd4f210908ad9fb4aa1ec488bfd5eb70f2506db /lib/util.php | |
parent | 8951769cae5f1acc9b709ac676fffe26513d14f6 (diff) | |
download | nextcloud-server-b12abb2c94072ab5b84d0477ecb7ce9789bdda0d.tar.gz nextcloud-server-b12abb2c94072ab5b84d0477ecb7ce9789bdda0d.zip |
use numeric ids for storages in the filecache
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 0f6ead24190..4411b327310 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. 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,02); + return array(4,91,04); } /** |