summaryrefslogtreecommitdiffstats
path: root/lib/util.php
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2013-03-08 10:01:22 +0100
committerFrank Karlitschek <frank@owncloud.org>2013-03-08 10:01:22 +0100
commitf9c24a0368876313205d988106b92ab052129b18 (patch)
tree75f924993bf556bb69dc77a4ee376447b2243a28 /lib/util.php
parent0525bbd73c9015499ba92d1ac654b980aaca35b2 (diff)
downloadnextcloud-server-f9c24a0368876313205d988106b92ab052129b18.tar.gz
nextcloud-server-f9c24a0368876313205d988106b92ab052129b18.zip
5.0.0 RC3v5.0.0RC3
Diffstat (limited to 'lib/util.php')
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 489fd309355..47c02074a8c 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -75,7 +75,7 @@ class OC_Util {
public static function getVersion() {
// hint: We only can count up. Reset minor/patchlevel when
// updating major/minor version number.
- return array(4, 96, 10);
+ return array(4, 97, 10);
}
/**
@@ -83,7 +83,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0 RC 2';
+ return '5.0 RC 3';
}
/**