Skip to content
Snippets Groups Projects
Commit 2b7ff727 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

ownCloud 5 RC2

parent 6c96b93f
No related branches found
No related tags found
No related merge requests found
......@@ -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';
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment