aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index ddc83aa095f..798c1f19a6b 100644
--- a/version.php
+++ b/version.php
@@ -29,7 +29,7 @@
$OC_Version = array(11, 0, 0, 5);
// The human readable string
-$OC_VersionString = '11.0 beta 2';
+$OC_VersionString = '11.0 RC1';
$OC_VersionCanBeUpgradedFrom = array(9, 1);