diff options
author | Frank Karlitschek <frank@owncloud.org> | 2014-10-16 08:24:28 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2014-10-16 08:24:28 +0200 |
commit | 784931f835b4beb2a0af892cde249160bf1721e0 (patch) | |
tree | ffd4ee478309cf28e5dbcf0b148583e1438c4e6a | |
parent | 9327abd2e45101ac1c6f20693c47dcc066688d3c (diff) | |
download | nextcloud-server-6.0.6RC1.tar.gz nextcloud-server-6.0.6RC1.zip |
6.0.6 RC1v6.0.6RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index a4b19274e4f..b5f9889ea63 100644 --- a/version.php +++ b/version.php @@ -1,10 +1,10 @@ <?php // 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(6, 0, 5, 1); +$OC_Version=array(6, 0, 6, 0); // The human readable string -$OC_VersionString='6.0.5'; +$OC_VersionString='6.0.6 RC1'; // The ownCloud edition $OC_Edition=''; |