Skip to content

Commit 5174d0c

Browse files
authored
Merge pull request #13871 from nextcloud/fix/version
fix: version data
2 parents 4abe067 + 2a99fb6 commit 5174d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
rst_epilog = '.. |version| replace:: %s' % version
4949

5050
# building the versions list
51-
version_start = 29 # THIS IS THE OLDEST SUPPORTED VERSION NUMBER
51+
version_start = 31 # THIS IS THE OLDEST SUPPORTED VERSION NUMBER
5252

5353
# THIS IS THE VERSION THAT IS MAPPED TO https://docs.nextcloud.com/server/stable/
54-
version_stable = 31 # CHANGING IT MUST RESULT IN A CHANGE OF THE SYMLINK ON THE LIVE SERVER
54+
version_stable = 32 # CHANGING IT MUST RESULT IN A CHANGE OF THE SYMLINK ON THE LIVE SERVER
5555

5656
# Also search for "TODO ON RELEASE" in the rst files
5757

0 commit comments

Comments
 (0)