From ee42e9d489415f0fdd49c73ccafd4967fa95d40e Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Wed, 21 Oct 2015 11:36:44 +0200
Subject: [PATCH] increase core version and add dav version number

---
 apps/dav/appinfo/info.xml | 1 +
 version.php               | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
index c80af15a29..38878ec27f 100644
--- a/apps/dav/appinfo/info.xml
+++ b/apps/dav/appinfo/info.xml
@@ -5,6 +5,7 @@
 	<description>ownCloud WebDAV endpoint</description>
 	<licence>AGPL</licence>
 	<author>owncloud.org</author>
+	<version>0.1</version>
 	<requiremin>9.0</requiremin>
 	<shipped>true</shipped>
 	<standalone/>
diff --git a/version.php b/version.php
index cc5a18b1cb..008bb7dafc 100644
--- a/version.php
+++ b/version.php
@@ -25,7 +25,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(9, 0, 0, 0);
+$OC_Version = array(9, 0, 0, 1);
 
 // The human readable string
 $OC_VersionString = '9.0 pre alpha';
-- 
GitLab