diff options
author | Frank Karlitschek <frank@owncloud.org> | 2015-05-29 13:59:54 -0400 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2015-05-29 13:59:54 -0400 |
commit | 0899f66232f7c9a11100d6ab2df9c41d05854b48 (patch) | |
tree | a823b7e67bb793d1904b3d1a1f99be3d9b7c9315 | |
parent | 231bc00a501f1ab9cea67b4d9fa6a87f1a1a7c30 (diff) | |
download | nextcloud-server-6.0.8RC1.tar.gz nextcloud-server-6.0.8RC1.zip |
6.0.8 RC1v6.0.8RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 0fa9c517460..948af21d237 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, 7, 1); +$OC_Version=array(6, 0, 8, 0); // The human readable string -$OC_VersionString='6.0.7'; +$OC_VersionString='6.0.8 RC1'; // The ownCloud edition $OC_Edition=''; |