Skip to content

Commit

Permalink
Change version to 9.0.54 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasReschke authored Sep 14, 2016
1 parent 678575e commit 167f29d
Showing 1 changed file with 2 additions and 2 deletions.
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, 53, 0);
$OC_Version = array(9, 0, 54, 0);

// The human readable string
$OC_VersionString = '9.0.53 RC1';
$OC_VersionString = '9.0.54 RC1';

$OC_VersionCanBeUpgradedFrom = array(8, 2);

Expand Down

0 comments on commit 167f29d

Please sign in to comment.