aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-01-30 19:37:02 +0100
committerRobin Appelman <icewind@owncloud.com>2013-01-30 19:37:02 +0100
commit6043789394252a8f9042acfe0e62c1a5fb4e73d1 (patch)
treebcc43051351cb1f455f0482ee5a0a112e9052ac7
parent207aa22d12931d161f682198996086e74c91bf53 (diff)
downloadnextcloud-server-6043789394252a8f9042acfe0e62c1a5fb4e73d1.tar.gz
nextcloud-server-6043789394252a8f9042acfe0e62c1a5fb4e73d1.zip
Bumb version number for displayname db upgrade
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index f2d2e782ffc..e8057abe9ae 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -74,7 +74,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, 8);
+ return array(4, 91, 9);
}
/**