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

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2016-05-04 12:12:33 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2016-05-04 12:13:46 +0300
commit063921b170ebd8831498a0a1e1b50d9103bde0ff (patch)
tree680f9390280ac5902d9030924f0220f8d8bdb149 /user_manual
parent65f01bf0ec44d59570dc98dc8815f3f0c3bdd8de (diff)
Fixed Version Strings
Diffstat (limited to 'user_manual')
-rw-r--r--user_manual/android_app.rst4
-rw-r--r--user_manual/conf.py6
2 files changed, 5 insertions, 5 deletions
diff --git a/user_manual/android_app.rst b/user_manual/android_app.rst
index 0abdb1dd3d..ffba44299c 100644
--- a/user_manual/android_app.rst
+++ b/user_manual/android_app.rst
@@ -15,8 +15,8 @@ some advantages over the Web interface:
* Easily add files from your device to ownCloud
* Two-factor authentication
-New In Version 2.0
-------------------
+New In Version 2.0.0
+--------------------
This release contains a number of improvements, including:
diff --git a/user_manual/conf.py b/user_manual/conf.py
index 0ae59faa01..fa7e5d8f44 100644
--- a/user_manual/conf.py
+++ b/user_manual/conf.py
@@ -42,10 +42,10 @@ source_suffix = '.rst'
# The master toctree document.
master_doc = 'index'
-# The short X.Y version.
-version = '2.0'
+# The short X.Y.Z version.
+version = '2.0.0'
# The full version, including alpha/beta/rc tags.
-release = '2.0'
+release = '2.0.0'
# General information about the project.
project = u'ownCloud Android App %s Manual' % (version)