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

4.0.1

parent 0145c65b
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ class OC_Util { ...@@ -83,7 +83,7 @@ class OC_Util {
* @return array * @return array
*/ */
public static function getVersion(){ public static function getVersion(){
return array(4,00,0); return array(4,00,1);
} }
/** /**
...@@ -91,7 +91,7 @@ class OC_Util { ...@@ -91,7 +91,7 @@ class OC_Util {
* @return string * @return string
*/ */
public static function getVersionString(){ public static function getVersionString(){
return '4.0.1 pre'; return '4.0.1';
} }
/** /**
......
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