summaryrefslogtreecommitdiffstats
path: root/lib/util.php
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2013-02-10 19:10:06 -0500
committerMichael Gapczynski <mtgap@owncloud.com>2013-02-10 19:10:06 -0500
commiteeb409a6ec0f5f682ed4893320d70a3a5e3a1483 (patch)
tree1aebaf98634e98eaed238206e336e9f56db3e193 /lib/util.php
parent8e3b8c7f47ab12e1612d3fa025e6b9eb7f5ffdb3 (diff)
parent04146f2059e2d038177db544ea9f37a124f0781e (diff)
downloadnextcloud-server-eeb409a6ec0f5f682ed4893320d70a3a5e3a1483.tar.gz
nextcloud-server-eeb409a6ec0f5f682ed4893320d70a3a5e3a1483.zip
Merge branch 'master' into fix-shared-links
Diffstat (limited to 'lib/util.php')
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 54a3f634041..81ad2df3ac6 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);
}
/**