]> source.dussan.org Git - nextcloud-server.git/commitdiff
merge master into filecache_mtime
authorRobin Appelman <icewind@owncloud.com>
Fri, 15 Feb 2013 20:04:48 +0000 (21:04 +0100)
committerRobin Appelman <icewind@owncloud.com>
Fri, 15 Feb 2013 20:04:48 +0000 (21:04 +0100)
1  2 
db_structure.xml
lib/files/cache/cache.php
lib/files/cache/scanner.php
lib/files/view.php
lib/util.php
tests/lib/files/cache/watcher.php

Simple merge
Simple merge
Simple merge
Simple merge
diff --cc lib/util.php
index 7950586b5804aa1981be1064a4fe52af83c6dde4,b2a4fce65a2ac7ecb35339680ce62f6cf54b7b53..e739f76034c371798253f6f62b8db31e5577caac
@@@ -73,8 -73,9 +73,9 @@@ class OC_Util 
         * @return array
         */
        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, 10);
+               // 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, 92, 10);
++              return array(4, 92, 11);
        }
  
        /**
Simple merge