diff options
author | Daniel Molkentin <danimo@owncloud.com> | 2016-07-13 18:02:20 +0200 |
---|---|---|
committer | Daniel Molkentin <danimo@owncloud.com> | 2016-07-13 18:02:20 +0200 |
commit | 89c97ee1aa03e1c18f19cf4d9ae601e443c2a40d (patch) | |
tree | 6e7a48f5740979f9bc99915c2494439861d1aca3 | |
parent | fb2d27366a16658459fd772c49e98c569cf65473 (diff) | |
download | nextcloud-server-9.0.4RC1.tar.gz nextcloud-server-9.0.4RC1.zip |
ownCloud Server 9.0.4 RC1v9.0.4RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index edf6202c687..101abc4b924 100644 --- a/version.php +++ b/version.php @@ -26,10 +26,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, 3, 2); +$OC_Version = array(9, 0, 4, 0); // The human readable string -$OC_VersionString = '9.0.3'; +$OC_VersionString = '9.0.4 RC1'; $OC_VersionCanBeUpgradedFrom = array(8, 2); |