]> source.dussan.org Git - nextcloud-server.git/commitdiff
6.0.8 RC1 v6.0.8RC1
authorFrank Karlitschek <frank@owncloud.org>
Fri, 29 May 2015 17:59:54 +0000 (13:59 -0400)
committerFrank Karlitschek <frank@owncloud.org>
Fri, 29 May 2015 17:59:54 +0000 (13:59 -0400)
version.php

index 0fa9c517460a2c02dbd666e33daa2219c7e78ed5..948af21d237e0985c019c6dc11ac6fa7654c3bc8 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, 0, 7, 1);
+$OC_Version=array(6, 0, 8, 0);
 
 // The human readable string
-$OC_VersionString='6.0.7';
+$OC_VersionString='6.0.8 RC1';
 
 // The ownCloud edition
 $OC_Edition='';