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:
authorFrank Karlitschek <frank@owncloud.org>2015-03-27 01:05:32 +0300
committerFrank Karlitschek <frank@owncloud.org>2015-03-27 01:05:32 +0300
commitddcb4e1b943300c98ecbb9b2c8956c49ecd3289c (patch)
treec05eccb17eb4b7b3adb28865258f9e613ce55e99
parent5e3203348eb041117ce3e72806dd606ce7277fd6 (diff)
This is RC1 and not RC
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 9d2e17d9e8f..8712f7a8593 100644
--- a/version.php
+++ b/version.php
@@ -6,7 +6,7 @@
$OC_Version=array(8, 0, 3, 0);
// The human readable string
-$OC_VersionString='8.0.3 RC';
+$OC_VersionString='8.0.3 RC1';
// The ownCloud channel
$OC_Channel='git';