mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue