diff options
author | Frank Karlitschek <frank@owncloud.org> | 2015-06-03 20:41:47 -0400 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2015-06-03 20:41:47 -0400 |
commit | b1755bb7b0dda0a4c17f1a02324095c038fbba20 (patch) | |
tree | 381196a8d17eafb17d91158386444c45b7e022ad | |
parent | 42293195bc82a1e6247a20aa21f0f8c963abed1b (diff) | |
download | nextcloud-server-6.0.8.tar.gz nextcloud-server-6.0.8.zip |
6.0.8v6.0.8
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index c78052543d6..31a40247fb6 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, 8, 1); +$OC_Version=array(6, 0, 8, 2); // The human readable string -$OC_VersionString='6.0.8 RC2'; +$OC_VersionString='6.0.8'; // The ownCloud edition $OC_Edition=''; |