Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2016-08-18 14:01:56 +0300
committerDaniel Molkentin <danimo@owncloud.com>2016-08-18 14:01:56 +0300
commit8f80be3b0d45c115112825f6341e43522630a112 (patch)
treecbdafdfb33dc1cc05d7d9b1a7ab3fcf33deb57ca
parent0e69a70c94208061872cebf5cb5b80b4f6649a27 (diff)
ownCloud Server 8.0.15 RC1v8.0.15RC1
-rw-r--r--.htaccess2
-rw-r--r--version.php4
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';