Skip to content

Commit 82aac08

Browse files
committed
Bump version to 3.41
1 parent 08fac2c commit 82aac08

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ endif()
5858
#############################################################
5959
# Project and version
6060
set(CPACK_PACKAGE_VERSION_MAJOR "3")
61-
set(CPACK_PACKAGE_VERSION_MINOR "39")
61+
set(CPACK_PACKAGE_VERSION_MINOR "41")
6262
set(CPACK_PACKAGE_VERSION_PATCH "0")
6363
set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
6464
set(RELEASE_NAME "Master")

debian/changelog

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1-
qgis (3.39.0) UNRELEASED; urgency=medium
1+
qgis (3.41.0) UNRELEASED; urgency=medium
2+
3+
* New development version 3.41 after branch of 3.40
4+
5+
-- Jürgen E. Fischer <[email protected]> Fri, 25 Oct 2024 14:11:25 +0200
6+
7+
qgis (3.40.0) unstable; urgency=medium
8+
9+
* Release of 3.40.0
10+
11+
-- Jürgen E. Fischer <[email protected]> Fri, 25 Oct 2024 14:11:25 +0200
12+
13+
qgis (3.39.0) unstable; urgency=medium
214

315
* New development version 3.39 after branch of 3.38
416

5-
-- Jürgen E. Fischer <[email protected]> Fri, 21 Jun 2024 14:04:59 +0200
17+
-- Jürgen E. Fischer <[email protected]> Fri, 25 Oct 2024 14:08:45 +0200
618

719
qgis (3.38.0) unstable; urgency=medium
820

doc/index.dox

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ the documentation</a> available.
3333
See \ref api_break for information about incompatible changes to API between releases.
3434

3535
Earlier versions of the documentation are also available on the QGIS website:
36+
<a href="https://qgis.org/api/3.40">3.40 (LTR)</a>,
3637
<a href="https://qgis.org/api/3.38">3.38</a>,
3738
<a href="https://qgis.org/api/3.36">3.36</a>,
3839
<a href="https://qgis.org/api/3.34">3.34 (LTR)</a>,

0 commit comments

Comments
 (0)