From: Frank Karlitschek Date: Sat, 13 Sep 2014 20:56:07 +0000 (+0200) Subject: version bump X-Git-Tag: v7.0.3alpha1~76 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=19a7aa081ea81797b2c514db6808aa8e9b3b11ae;p=nextcloud-server.git version bump --- diff --git a/version.php b/version.php index 9224b24eb36..bbad75da39f 100644 --- a/version.php +++ b/version.php @@ -3,7 +3,7 @@ // 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, 2, 1); +$OC_Version=array(7, 0, 2, 2); // The human readable string $OC_VersionString='7.0.2';