diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2013-02-10 19:10:06 -0500 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2013-02-10 19:10:06 -0500 |
commit | eeb409a6ec0f5f682ed4893320d70a3a5e3a1483 (patch) | |
tree | 1aebaf98634e98eaed238206e336e9f56db3e193 /lib/util.php | |
parent | 8e3b8c7f47ab12e1612d3fa025e6b9eb7f5ffdb3 (diff) | |
parent | 04146f2059e2d038177db544ea9f37a124f0781e (diff) | |
download | nextcloud-server-eeb409a6ec0f5f682ed4893320d70a3a5e3a1483.tar.gz nextcloud-server-eeb409a6ec0f5f682ed4893320d70a3a5e3a1483.zip |
Merge branch 'master' into fix-shared-links
Diffstat (limited to 'lib/util.php')
-rwxr-xr-x | lib/util.php | 2 |
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); } /** |