]> source.dussan.org Git - nextcloud-server.git/commitdiff
Bumb version number for displayname db upgrade
authorRobin Appelman <icewind@owncloud.com>
Wed, 30 Jan 2013 18:37:02 +0000 (19:37 +0100)
committerRobin Appelman <icewind@owncloud.com>
Wed, 30 Jan 2013 18:37:02 +0000 (19:37 +0100)
lib/util.php

index f2d2e782ffcb8a13696982c9b3ea5ed54839a46e..e8057abe9ae9055a499e1aa8e79ac1454cd70f80 100755 (executable)
@@ -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);
        }
 
        /**