]> source.dussan.org Git - nextcloud-server.git/commitdiff
master if 8.0 pre alpha now
authorFrank Karlitschek <frank@owncloud.org>
Thu, 3 Jul 2014 22:30:49 +0000 (18:30 -0400)
committerFrank Karlitschek <frank@owncloud.org>
Thu, 3 Jul 2014 22:30:49 +0000 (18:30 -0400)
version.php

index eb7b815bb7eef6e19851253046b368b862a5f221..2442943411699ef837bdeaf5fc92e2b8625ec402 100644 (file)
@@ -3,10 +3,10 @@
 // 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(7, 0, 0, 3);
+$OC_Version=array(7, 8, 0, 0);
 
 // The human readable string
-$OC_VersionString='7.0 beta 1';
+$OC_VersionString='8.0 pre alpha';
 
 // The ownCloud edition
 $OC_Edition='';