Merge pull request #2883 from nextcloud/stable9-version-bump

Update version to 9.0.56
This commit is contained in:
Christoph Wurst 2016-12-30 14:39:27 +01:00 committed by GitHub
commit 03f5591beb
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit d2509ca2f3912d8f58b08bfce07b7f701a4f31ec
Subproject commit f9c19852e276e28e54dcfd83b7d49fb3c6b6c51a

View File

@ -25,10 +25,10 @@
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = array(9, 0, 55, 2);
$OC_Version = array(9, 0, 56, 0);
// The human readable string
$OC_VersionString = '9.0.55';
$OC_VersionString = '9.0.56';
$OC_VersionCanBeUpgradedFrom = array(8, 2);