]> source.dussan.org Git - nextcloud-server.git/commitdiff
8.1.0 alpha 2 v8.1.0alpha2
authorFrank Karlitschek <frank@owncloud.org>
Wed, 15 Apr 2015 21:55:25 +0000 (23:55 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Wed, 15 Apr 2015 21:55:25 +0000 (23:55 +0200)
version.php

index f5ede61afd93b46c945c950fdb959aaa6091affe..9b61256f7511806273b7f645ac9a0119a7b56f5e 100644 (file)
 // 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, 1, 0, 2);
+$OC_Version=array(8, 1, 0, 3);
 
 // The human readable string
-$OC_VersionString='8.1 alpha 1';
+$OC_VersionString='8.1 alpha 2';
 
 // The ownCloud channel
 $OC_Channel='git';