diff options
author | Daniel Molkentin <danimo@owncloud.com> | 2016-08-18 13:01:56 +0200 |
---|---|---|
committer | Daniel Molkentin <danimo@owncloud.com> | 2016-08-18 13:01:56 +0200 |
commit | 8f80be3b0d45c115112825f6341e43522630a112 (patch) | |
tree | cbdafdfb33dc1cc05d7d9b1a7ab3fcf33deb57ca | |
parent | 0e69a70c94208061872cebf5cb5b80b4f6649a27 (diff) | |
download | nextcloud-server-8.0.15RC1.tar.gz nextcloud-server-8.0.15RC1.zip |
ownCloud Server 8.0.15 RC1v8.0.15RC1
-rw-r--r-- | .htaccess | 2 | ||||
-rw-r--r-- | version.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.htaccess b/.htaccess index 9e6e9511a50..459ada26721 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ -# Version: 8.0.14 +# Version: 8.0.15 <IfModule mod_fcgid.c> <IfModule mod_setenvif.c> <IfModule mod_headers.c> diff --git a/version.php b/version.php index 7df5eb8e64f..a9d5aa716d1 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, 14, 2); +$OC_Version=array(8, 0, 15, 0); // The human readable string -$OC_VersionString='8.0.14'; +$OC_VersionString='8.0.15 RC1'; // The ownCloud channel $OC_Channel='git'; |