Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Increase version to final 9.0.58
Signed-off-by: Lukas Reschke <[email protected]>
  • Loading branch information
LukasReschke committed Apr 21, 2017
commit 0f98db5f2099b5ea81a2cde499141981b289f19b
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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, 58, 0);
$OC_Version = array(9, 0, 58, 1);

// The human readable string
$OC_VersionString = '9.0.58 RC1';
$OC_VersionString = '9.0.58';

$OC_VersionCanBeUpgradedFrom = array(8, 2);

Expand Down