Skip to content

Commit 1cff7f5

Browse files
committedMar 3, 2023
Bump version to 3.31
1 parent f80bec6 commit 1cff7f5

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(CMAKE_LINK_DEPENDS_NO_SHARED ON)
1717
#############################################################
1818
# Project and version
1919
set(CPACK_PACKAGE_VERSION_MAJOR "3")
20-
set(CPACK_PACKAGE_VERSION_MINOR "29")
20+
set(CPACK_PACKAGE_VERSION_MINOR "31")
2121
set(CPACK_PACKAGE_VERSION_PATCH "0")
2222
set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
2323
set(RELEASE_NAME "Master")

‎debian/changelog

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1-
qgis (3.29.0) UNRELEASED; urgency=medium
1+
qgis (3.31.0) UNRELEASED; urgency=medium
2+
3+
* New development version 3.31 after branch of 3.30
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 03 Mar 2023 20:27:20 +0100
6+
7+
qgis (3.30.0) unstable; urgency=medium
8+
9+
* Release of 3.30.0
10+
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 03 Mar 2023 20:27:19 +0100
12+
13+
qgis (3.29.0) unstable; urgency=medium
214

315
* New development version 3.29 after branch of 3.28
416

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 21 Oct 2022 14:14:19 +0200
17+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 03 Mar 2023 20:25:40 +0100
618

719
qgis (3.28.0) unstable; urgency=medium
820

‎doc/index.dox

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ the documentation</a> available.
3131
See \ref api_break for information about incompatible changes to API between releases.
3232

3333
Earlier versions of the documentation are also available on the QGIS website:
34+
<a href="https://qgis.org/api/3.30">3.30</a>
3435
<a href="https://qgis.org/api/3.28">3.28 (LTR)</a>,
3536
<a href="https://qgis.org/api/3.26">3.26</a>,
3637
<a href="https://qgis.org/api/3.24">3.24</a>,

0 commit comments

Comments
 (0)
Please sign in to comment.