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-02-16 06:56:33 +0300
committerFrank Karlitschek <frank@owncloud.org>2015-02-16 06:56:33 +0300
commit3ac33c865b0f72f00a95404e61dfd5929a6f3447 (patch)
tree4dfe014853b98c4ccf53d7ac031dbcbeac561ffa
parent431638742c50d7054959e86bbad514d97243f512 (diff)
7.0.5v7.0.5
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 383a11bc3ac..50e795677bd 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, 5, 0);
+$OC_Version=array(7, 0, 5, 1);
// The human readable string
-$OC_VersionString='7.0.5 RC1';
+$OC_VersionString='7.0.5';
// The ownCloud edition
$OC_Edition='';