summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-02-10 12:05:41 +0100
committerRobin Appelman <icewind@owncloud.com>2013-02-10 12:05:41 +0100
commit9c1196d73e0dc57f1f20a57e459ce053264172b8 (patch)
treef712cc2da8444e8ff952dba67f702c42ac6ab5cb /lib
parent1c56539c01c162676a05d90e3598b7d68394ac73 (diff)
downloadnextcloud-server-9c1196d73e0dc57f1f20a57e459ce053264172b8.tar.gz
nextcloud-server-9c1196d73e0dc57f1f20a57e459ce053264172b8.zip
Cache: add seccond mtime field
Diffstat (limited to 'lib')
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index a5fe4cb175a..7950586b580 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, 9);
+ return array(4, 91, 10);
}
/**