mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
ownCloud 5 RC2
This commit is contained in:
parent
6c96b93fd4
commit
2b7ff7273d
1 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ class OC_Util {
|
|||
public static function getVersion() {
|
||||
// hint: We only can count up. Reset minor/patchlevel when
|
||||
// updating major/minor version number.
|
||||
return array(4, 95, 10);
|
||||
return array(4, 96, 10);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -83,7 +83,7 @@ class OC_Util {
|
|||
* @return string
|
||||
*/
|
||||
public static function getVersionString() {
|
||||
return '5.0 RC 1';
|
||||
return '5.0 RC 2';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue