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-03 00:45:17 +0300
committerFrank Karlitschek <frank@owncloud.org>2015-03-03 00:45:17 +0300
commit8b83580af708fbda38831c7109486aa35508a7fc (patch)
tree49793a90075f50cf12befb1b2eb6f906bb7bed7f /version.php
parent02757ad08e6e45a19d49947663fe9c98d51f7610 (diff)
bump release
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 50e795677bd..8b595179a1e 100644
--- a/version.php
+++ b/version.php
@@ -3,7 +3,7 @@
// 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, 1);
+$OC_Version=array(7, 0, 5, 2);
// The human readable string
$OC_VersionString='7.0.5';