Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-18 18:06:57 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-05-18 18:06:57 +0400
commit9e735241689a9ba6a7810f4873fe2bba548e4cc3 (patch)
treec7b74c3369d7a0a01351230fcc280bad21fedccc /apps/files_versions/appinfo/info.xml
parent2d3c709163ae835e34e4f84144bc91ff796baa45 (diff)
mark the apps as part of the shipped package and increase the requirement to ownCloud 4
Diffstat (limited to 'apps/files_versions/appinfo/info.xml')
-rw-r--r--apps/files_versions/appinfo/info.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml
index 913be0d93ca..d806291ed1d 100644
--- a/apps/files_versions/appinfo/info.xml
+++ b/apps/files_versions/appinfo/info.xml
@@ -1,11 +1,12 @@
<?xml version="1.0"?>
<info>
- <id>files_versions</id>
- <name>Versions</name>
- <licence>AGPL</licence>
- <author>Frank Karlitschek</author>
- <require>3</require>
- <description>Versioning of files</description>
+ <id>files_versions</id>
+ <name>Versions</name>
+ <licence>AGPL</licence>
+ <author>Frank Karlitschek</author>
+ <require>4</require>
+ <shipped>true</shipped>
+ <description>Versioning of files</description>
<types>
<filesystem/>
</types>