]> source.dussan.org Git - nextcloud-server.git/commitdiff
This is not 8.1 pre alpha
authorFrank Karlitschek <frank@owncloud.org>
Fri, 27 Feb 2015 23:26:31 +0000 (00:26 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Fri, 27 Feb 2015 23:26:31 +0000 (00:26 +0100)
version.php

index e9811dbf0db2a427842da598b7e08bfed71051ea..2db1411da90da5bedc1adfbdd52c923d014c2667 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(8, 0, 0, 10);
+$OC_Version=array(8, 1, 0, 0);
 
 // The human readable string
-$OC_VersionString='8.0';
+$OC_VersionString='8.1 pre alpha';
 
 // The ownCloud channel
 $OC_Channel='git';