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-23 20:14:07 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-10-23 20:14:07 +0400
commitc7621badf3e8aac40ab21f019afa809471d33f1b (patch)
treeeb91d4c29264b9856487ef90d275bd473bc77fc3 /version.php
parent3d5e229ac5f6f93c4e9a5176eb3fe70b7cae80cf (diff)
beta 1
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index b87f4bf90c6..5400ca97bef 100644
--- a/version.php
+++ b/version.php
@@ -1,10 +1,10 @@
<?php
// 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(5, 00, 0, 1);
+$OC_Version=array(6, 00, 0, 2);
// The human radable string
-$OC_VersionString='6.0 alpha 2';
+$OC_VersionString='6.0 beta 1';
// The ownCloud edition
$OC_Edition='';