From c16cb74ba2c8cbd51db3f4e12aa1d69416932475 Mon Sep 17 00:00:00 2001
From: Frank Karlitschek <frank@owncloud.org>
Date: Tue, 30 Dec 2014 22:02:41 +0100
Subject: [PATCH] =?UTF-8?q?jump=20to=208.0.0.0=20The=20test=20upgrade=20an?=
 =?UTF-8?q?d=20installation=20of=20apps=20realistic.=20Don=C2=B4t=20open?=
 =?UTF-8?q?=20the=20champaign=20yet.=20This=20is=20obviously=20not=20the?=
 =?UTF-8?q?=20final=20release.=20;-)=20The=20final=20will=20have=20the=20v?=
 =?UTF-8?q?ersion=20number=208.0.0.x?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 version.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/version.php b/version.php
index 70ecf6c916..7565c4c125 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, 8, 1, 0);
+$OC_Version=array(8, 0, 0, 0);
 
 // The human readable string
 $OC_VersionString='8.0 pre alpha';
-- 
GitLab