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-12-31 00:02:41 +0300
committerFrank Karlitschek <frank@owncloud.org>2014-12-31 00:02:41 +0300
commitc16cb74ba2c8cbd51db3f4e12aa1d69416932475 (patch)
tree262050aadb40cdaed2b5c1267f726fecc38bbfd8 /version.php
parent59930fcdbf6d600239f7da5cdfc7c12def4830ea (diff)
jump to 8.0.0.0 The test upgrade and installation of apps realistic.
DonĀ“t open the champaign yet. This is obviously not the final release. ;-) The final will have the version number 8.0.0.x
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 70ecf6c916a..7565c4c125d 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, 8, 1, 0);
+$OC_Version=array(8, 0, 0, 0);
// The human readable string
$OC_VersionString='8.0 pre alpha';