From: Morris Jobke Date: Sun, 6 Jul 2014 21:52:32 +0000 (+0200) Subject: Revert "fix version number - @karlitschek ;)" X-Git-Tag: v8.0.0alpha1~1152 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=694bcc6813fccfe529713957e427302c79d4297e;p=nextcloud-server.git Revert "fix version number - @karlitschek ;)" This reverts commit f1b3e03f7fdb6272bbc4320d75b8bb0df4a05557. --- diff --git a/version.php b/version.php index d1da87a667b..24429434116 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(8, 0, 0, 0); +$OC_Version=array(7, 8, 0, 0); // The human readable string $OC_VersionString='8.0 pre alpha';