From 5c25e00fd737922ac57a4eb2ce1b4cad0809d0c0 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 366383df2..6395e6e66 100644 --- a/developer_manual/app/info.rst +++ b/developer_manual/app/info.rst @@ -82,7 +82,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.