Skip to content

Commit 153a34e

Browse files
committedOct 27, 2023
Bump version to 3.35
1 parent f54b538 commit 153a34e

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
@@ -22,7 +22,7 @@ set(CMAKE_LINK_DEPENDS_NO_SHARED ON)
2222
#############################################################
2323
# Project and version
2424
set(CPACK_PACKAGE_VERSION_MAJOR "3")
25-
set(CPACK_PACKAGE_VERSION_MINOR "33")
25+
set(CPACK_PACKAGE_VERSION_MINOR "35")
2626
set(CPACK_PACKAGE_VERSION_PATCH "0")
2727
set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
2828
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.33.0) UNRELEASED; urgency=medium
1+
qgis (3.35.0) UNRELEASED; urgency=medium
2+
3+
* New development version 3.35 after branch of 3.34
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 27 Oct 2023 14:05:40 +0200
6+
7+
qgis (3.34.0) unstable; urgency=medium
8+
9+
* Release of 3.34.0
10+
11+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 27 Oct 2023 14:05:40 +0200
12+
13+
qgis (3.33.0) unstable; urgency=medium
214

315
* New development version 3.33 after branch of 3.32
416

5-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Jun 2023 14:42:18 +0200
17+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 27 Oct 2023 14:02:22 +0200
618

719
qgis (3.32.0) unstable; urgency=medium
820

‎doc/index.dox

Lines changed: 1 addition & 0 deletions
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.34">3.34 (LTR)</a>,
3637
<a href="https://qgis.org/api/3.32">3.32</a>,
3738
<a href="https://qgis.org/api/3.30">3.30</a>,
3839
<a href="https://qgis.org/api/3.28">3.28 (LTR)</a>,

0 commit comments

Comments
 (0)
Please sign in to comment.