]> source.dussan.org Git - nextcloud-server.git/commitdiff
beta 1
authorFrank Karlitschek <frank@owncloud.org>
Wed, 23 Oct 2013 16:14:07 +0000 (18:14 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Wed, 23 Oct 2013 16:14:07 +0000 (18:14 +0200)
version.php

index b87f4bf90c684cc5a10f577ebaf44a55884d676e..5400ca97bef118103e7f765ab1629ed9dae34070 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, 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='';