From: Frank Karlitschek Date: Wed, 15 Apr 2015 21:55:25 +0000 (+0200) Subject: 8.1.0 alpha 2 X-Git-Tag: v8.1.0alpha2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Ftags%2Fv8.1.0alpha2;p=nextcloud-server.git 8.1.0 alpha 2 --- diff --git a/version.php b/version.php index f5ede61afd9..9b61256f751 100644 --- a/version.php +++ b/version.php @@ -23,10 +23,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, 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';