]> source.dussan.org Git - nextcloud-server.git/commitdiff
master is ownCloud 7 pre alpha now
authorFrank Karlitschek <frank@owncloud.org>
Thu, 5 Dec 2013 09:35:19 +0000 (10:35 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Thu, 5 Dec 2013 09:35:19 +0000 (10:35 +0100)
version.php

index 4f50b627489ac8831a74810221ef7d9a60137934..2e1fc7e17f8155c1b305cf2e201f0b231a4146e1 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, 10);
+$OC_Version=array(6, 90, 0, 0);
 
 // The human readable string
-$OC_VersionString='6.0 RC2';
+$OC_VersionString='7.0 pre alpha';
 
 // The ownCloud edition
 $OC_Edition='';