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

increase to RC2

parent 73a72054
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ class OC_Util { ...@@ -74,7 +74,7 @@ class OC_Util {
* @return array * @return array
*/ */
public static function getVersion(){ public static function getVersion(){
return array(3,91,0); return array(4,00,0);
} }
/** /**
...@@ -82,7 +82,7 @@ class OC_Util { ...@@ -82,7 +82,7 @@ class OC_Util {
* @return string * @return string
*/ */
public static function getVersionString(){ public static function getVersionString(){
return '4 RC'; return '4 RC2';
} }
/** /**
......
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