diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-03-02 04:06:27 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-03-02 04:06:27 +0100 |
commit | 2b7ff7273d0c791a3b7eabe90146915f063a8339 (patch) | |
tree | 70978dc75e1459a16684cabe59b7ecf7257a1545 /lib | |
parent | 6c96b93fd49304afa438c79dbca77c25ec246a94 (diff) | |
download | nextcloud-server-2b7ff7273d0c791a3b7eabe90146915f063a8339.tar.gz nextcloud-server-2b7ff7273d0c791a3b7eabe90146915f063a8339.zip |
ownCloud 5 RC2v5.0.0RC2
Diffstat (limited to 'lib')
-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 de1f870fd7e..c7916b9e774 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, 95, 10); + return array(4, 96, 10); } /** @@ -83,7 +83,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0 RC 1'; + return '5.0 RC 2'; } /** |