Skip to content

Commit 7fc2b98

Browse files
committed
prepare release 3.15.3
Signed-off-by: Matthieu Gallien <[email protected]>
1 parent 8f7971b commit 7fc2b98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set( MIRALL_VERSION_MAJOR 3 )
22
set( MIRALL_VERSION_MINOR 15 )
3-
set( MIRALL_VERSION_PATCH 2 )
4-
set( MIRALL_VERSION_YEAR 2024 )
3+
set( MIRALL_VERSION_PATCH 3 )
4+
set( MIRALL_VERSION_YEAR 2025 )
55
set( MIRALL_SOVERSION 0 )
66

77
# Minimum supported server version according to https://docs.nextcloud.com/server/latest/admin_manual/release_schedule.html

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# General information about the project.
4343
project = u'Nextcloud Client Manual'
44-
copyright = u'2013-2024, The Nextcloud developers'
44+
copyright = u'2013-2025, The Nextcloud developers'
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '3.15'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '3.15.2'
53+
release = '3.15.3'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

0 commit comments

Comments
 (0)