diff options
author | Frank Karlitschek <frank@owncloud.org> | 2015-05-29 13:52:10 -0400 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2015-05-29 13:52:10 -0400 |
commit | 080b837bc8c1dbe16fed87aee1f7f5b4dd46105e (patch) | |
tree | 570f3ade7ea83f55c640badc57ec963c02402a53 | |
parent | 8b635cd7b7618828bdcb8e377391d3e59070b5cf (diff) | |
download | nextcloud-server-080b837bc8c1dbe16fed87aee1f7f5b4dd46105e.tar.gz nextcloud-server-080b837bc8c1dbe16fed87aee1f7f5b4dd46105e.zip |
8.0.4 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 98e64f14c55..60c50804255 100644 --- a/version.php +++ b/version.php @@ -3,10 +3,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(8, 0, 3, 4); +$OC_Version=array(8, 0, 4, 0); // The human readable string -$OC_VersionString='8.0.3'; +$OC_VersionString='8.0.3 RC1'; // The ownCloud channel $OC_Channel='git'; |