]> source.dussan.org Git - nextcloud-server.git/commitdiff
beta 5 is here v6.0.0beta5
authorFrank Karlitschek <frank@owncloud.org>
Wed, 20 Nov 2013 18:30:30 +0000 (19:30 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Wed, 20 Nov 2013 18:30:30 +0000 (19:30 +0100)
version.php

index 9b04bd244fb5c87ec7aa3bad4f84043ca3f65b3a..2e3b8f1f904bdc0b98d99477bae1b6d1e2705df1 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(6, 00, 0, 7);
+$OC_Version=array(6, 00, 0, 8);
 
 // The human readable string
-$OC_VersionString='6.0 beta 4';
+$OC_VersionString='6.0 beta 5';
 
 // The ownCloud edition
 $OC_Edition='';