and remove some ^M while at it
remotes/origin/stable45
Frank Karlitschek 13 years ago committed by Jörn Friedrich Dreyer
parent 1d530192b9
commit f86f4c8bfd
  1. 4
      lib/util.php

@ -83,7 +83,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
return array(4,00,6);
return array(4,00,7);
}
/**
@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
return '4.0.6';
return '4.0.7';
}
/**

Loading…
Cancel
Save