From 4a825f11975b722b635ec67e56d773f9da2b4b48 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Fri, 7 Feb 2020 10:39:06 +0100 Subject: [PATCH] 18 is latest version Signed-off-by: Roeland Jago Douma --- conf.py | 4 ++-- index.html | 30 +++++++++++++++--------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/conf.py b/conf.py index faedbbd85..2c895dd52 100644 --- a/conf.py +++ b/conf.py @@ -36,8 +36,8 @@ html_logo = "../_shared_assets/static/logo-white.png" rst_epilog = '.. |version| replace:: %s' % version # building the versions list -version_start = 15 # THIS IS THE SUPPORTED VERSION NUMBER -version_stable = 17 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER +version_start = 16 # THIS IS THE SUPPORTED VERSION NUMBER +version_stable = 18 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER def generateVersionsDocs(current_docs): versions_doc = [] for v in range(version_start, version_stable + 1): diff --git a/index.html b/index.html index 3682fa0f5..667b85c89 100644 --- a/index.html +++ b/index.html @@ -221,7 +221,7 @@

Nextcloud 18

-

This documents the upcoming version of Nextcloud.

+

This documents the latest version of Nextcloud.