From ca442dfc97d5123ea78a3dae48f71566063724f7 Mon Sep 17 00:00:00 2001
From: Frank Karlitschek <frank@owncloud.org>
Date: Sun, 18 Jan 2015 15:28:48 +0100
Subject: [PATCH] increase version. This time for real

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

diff --git a/version.php b/version.php
index 78c373cbfa..3c0c6aa204 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, 1);
+$OC_Version=array(8, 0, 0, 3);
 
 // The human readable string
 $OC_VersionString='8.0 beta 1';
-- 
GitLab