diff options
author | Frank Karlitschek <frank@owncloud.org> | 2015-08-07 20:18:58 -0400 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2015-08-07 20:18:58 -0400 |
commit | ebe5c0576443c93fe75478d6df725475dde3dec7 (patch) | |
tree | 02683138c908f37b5010bedc0368aeddc3da20f2 | |
parent | 1287036801ecd35e18f4f35c47545bf7542fb50c (diff) | |
download | nextcloud-server-7.0.8.tar.gz nextcloud-server-7.0.8.zip |
7.0.8v7.0.8
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index c0fa62a34c3..063c6bcf56e 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(7, 0, 8, 1); +$OC_Version=array(7, 0, 8, 2); // The human readable string -$OC_VersionString='7.0.8 RC1'; +$OC_VersionString='7.0.8'; // The ownCloud edition $OC_Edition=''; |