]> source.dussan.org Git - nextcloud-server.git/commitdiff
beta 4
authorFrank Karlitschek <frank@owncloud.org>
Wed, 13 Nov 2013 18:42:52 +0000 (19:42 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Wed, 13 Nov 2013 18:42:52 +0000 (19:42 +0100)
version.php

index 567fbe5c9230f0443f31111f0921282d3ce9a209..85fea816f5381961285f29c375b7cb239b0664e8 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, 5);
+$OC_Version=array(6, 00, 0, 6);
 
 // The human readable string
-$OC_VersionString='6.0 beta 3';
+$OC_VersionString='6.0 beta 4';
 
 // The ownCloud edition
 $OC_Edition='';