Update hint by the internal version number.
So we don't repeat the 4.5 <=> 4.90 mixup
This commit is contained in:
parent
218447392f
commit
88bea55f97
|
@ -73,8 +73,8 @@ class OC_Util {
|
|||
* @return array
|
||||
*/
|
||||
public static function getVersion() {
|
||||
// hint: We only can count up. So the internal version number
|
||||
// of ownCloud 4.5 will be 4.90.0. This is not visible to the user
|
||||
// hint: We only can count up. Reset minor/patchlevel when
|
||||
// updating major/minor version number.
|
||||
return array(4, 93, 10);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue