From bc59f1d6bdb56677ebd7187efb17cd6c76262b17 Mon Sep 17 00:00:00 2001 From: Guillaume Paumier Date: Thu, 21 Mar 2013 14:41:37 +0100 Subject: [PATCH] Require oC5 and not 6 to avoid compatibility error Changing 6 to 5. "6" causes ownCloud to refuse to enable the app, because it thinks the app isn't compatible with the current version of oC. --- developer_manual/app/intro/createapp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/intro/createapp.rst b/developer_manual/app/intro/createapp.rst index 0afae1467..d6b45af24 100644 --- a/developer_manual/app/intro/createapp.rst +++ b/developer_manual/app/intro/createapp.rst @@ -50,7 +50,7 @@ ownCloud has to know what your app is. This information is located inside the :f 1.0 AGPL Your Name - 6 + 5 For more information on the content of :file:`appinfo/info.xml` see: :doc:`../app/info`