]> source.dussan.org Git - nextcloud-server.git/commitdiff
increase version number to trigger a DB migration to get more testers for the new...
authorFrank Karlitschek <frank@owncloud.org>
Fri, 15 Nov 2013 09:30:04 +0000 (10:30 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Fri, 15 Nov 2013 09:30:04 +0000 (10:30 +0100)
version.php

index 85fea816f5381961285f29c375b7cb239b0664e8..9b04bd244fb5c87ec7aa3bad4f84043ca3f65b3a 100644 (file)
@@ -1,7 +1,7 @@
 <?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, 6);
+$OC_Version=array(6, 00, 0, 7);
 
 // The human readable string
 $OC_VersionString='6.0 beta 4';