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:
authorDaniel Molkentin <danimo@owncloud.com>2016-06-29 12:22:23 +0300
committerDaniel Molkentin <danimo@owncloud.com>2016-06-29 12:22:23 +0300
commit1b66cbece1d1cb21cb4be58c017e55040af1339f (patch)
tree04c78b74d55f63010a82af18a8978e8c62035464
parent78fa15aeef65be1cc66871a25c3b3effa74f2ed4 (diff)
Fix version stringv8.2.6
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index ccd905541a1..88887a15968 100644
--- a/version.php
+++ b/version.php
@@ -28,7 +28,7 @@
$OC_Version = array(8, 2, 6, 2);
// The human readable string
-$OC_VersionString = '';
+$OC_VersionString = '8.2.6';
$OC_VersionCanBeUpgradedFrom = array(8, 1);