Skip to content
Snippets Groups Projects
Commit f86f4c8b authored by Frank Karlitschek's avatar Frank Karlitschek Committed by Jörn Friedrich Dreyer
Browse files

4.0.7

and remove some ^M while at it
parent 1d530192
Branches
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,6); return array(4,00,7);
} }
/** /**
...@@ -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.6'; return '4.0.7';
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment