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>2014-08-21 07:36:33 +0400
committerFrank Karlitschek <frank@owncloud.org>2014-08-21 07:36:33 +0400
commit1f52e975fa4d9ba2958fc433792b4069baf09763 (patch)
tree0b151b47b8a93590f1f8017d7209803328d99860
parenta3c6d20ccb7e554edcb949babac4381e17651ffa (diff)
7.0.2 RC1v7.0.2RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 541570efb41..661bc36e20c 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, 1, 1);
+$OC_Version=array(7, 0, 2, 0);
// The human readable string
-$OC_VersionString='7.0.1';
+$OC_VersionString='7.0.2 RC1';
// The ownCloud edition
$OC_Edition='';