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>2013-10-01 14:37:19 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-10-01 14:37:19 +0400
commitbf0f3bf0da64b8b81405846169b5ee27a4289362 (patch)
tree013b843a79f4981d8d8f15e46d16656460193ef0 /version.php
parent7c659eb2917795ef2dd7ada24c00d7db861a5aec (diff)
use a 4 digit number
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 dcdc288959e..3a9cac1d38c 100644
--- a/version.php
+++ b/version.php
@@ -1,7 +1,7 @@
<?php
// We only can count up. Reset minor/patchlevel when updating major/minor version number.
-$OC_Version=array(5, 80, 8);
+$OC_Version=array(5, 80, 8, 0);
// The human radable string
$OC_VersionString='6.0 pre alpha';