diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-03-01 07:53:14 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-03-01 07:53:14 +0100 |
commit | 09dc15d2b190dbce3a2fe3b09e464ff534db0659 (patch) | |
tree | 5e5de094d98cb366dc1f6195327718b03fd3dbf2 | |
parent | d20fd7e9a67b64c1b202a4dbd24dadb7c071114e (diff) | |
download | nextcloud-server-09dc15d2b190dbce3a2fe3b09e464ff534db0659.tar.gz nextcloud-server-09dc15d2b190dbce3a2fe3b09e464ff534db0659.zip |
5.0 RC 1v5.0.0RC1
-rwxr-xr-x | lib/util.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index 2e32ee2e3c2..ad7950d5893 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, 94, 10); + return array(4, 95, 10); } /** @@ -83,7 +83,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0 beta 2'; + return '5.0 RC 1'; } /** |