From d58c628901a76bc445c037a6f7898a5cf276d877 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 4 Oct 2016 10:08:59 +0200 Subject: [PATCH] Fix version documentation (appinfo/version is deprecated) Signed-off-by: Joas Schilling --- developer_manual/app/info.rst | 2 +- developer_manual/app/schema.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/app/info.rst b/developer_manual/app/info.rst index 6b7f0837c..bb7bf0619 100644 --- a/developer_manual/app/info.rst +++ b/developer_manual/app/info.rst @@ -88,7 +88,7 @@ description version ------- -Contains the version of your app. Please also provide the same version in the :file:`appinfo/version`. +Contains the version of your app. licence ------- diff --git a/developer_manual/app/schema.rst b/developer_manual/app/schema.rst index 09b97d6dc..ab6c57177 100644 --- a/developer_manual/app/schema.rst +++ b/developer_manual/app/schema.rst @@ -50,4 +50,4 @@ An example database XML file would look like this: -To update the tables used by the app, simply adjust the database.xml file and increase the app version number in :file:`appinfo/version` to trigger an update. +To update the tables used by the app, simply adjust the database.xml file and increase the app version number in :file:`appinfo/info.xml` to trigger an update.