diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-03-19 01:35:12 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-03-19 01:38:40 +0100 |
commit | f0528469144ed46f7684ac1465dc7e9f8869d7f9 (patch) | |
tree | 332720b3b097f3b4e7a27d809b4e38cb68ce0397 /lib/util.php | |
parent | 935d2169c8aaace3a821f888f356ab683ca2efb7 (diff) | |
download | nextcloud-server-f0528469144ed46f7684ac1465dc7e9f8869d7f9.tar.gz nextcloud-server-f0528469144ed46f7684ac1465dc7e9f8869d7f9.zip |
Add indexes and primary keys.
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 e79daae8a0a..fad49ac5ab2 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, 80, 00); + return array(5, 80, 01); } /** |