]> source.dussan.org Git - nextcloud-server.git/commitdiff
6.0 alpha 1
authorFrank Karlitschek <frank@owncloud.org>
Wed, 9 Oct 2013 11:54:41 +0000 (13:54 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Wed, 9 Oct 2013 11:54:41 +0000 (13:54 +0200)
version.php

index b4396d1d2d8ae5f4c9e4398f46684e655c28123b..b3e34b5df4b969177eb912fd051b3d52d79251d7 100644 (file)
@@ -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, 80, 8, 1);
+$OC_Version=array(6, 00, 0, 0);
 
 // The human radable string
-$OC_VersionString='6.0 pre alpha';
+$OC_VersionString='6.0 alpha 1';
 
 // The ownCloud edition
 $OC_Edition='';