Skip to content

Commit

Permalink
Release of 3.22.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 3, 2023
1 parent 2f290b8 commit 6f08e4d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set(CMAKE_LINK_DEPENDS_NO_SHARED ON)
# Project and version
set(CPACK_PACKAGE_VERSION_MAJOR "3")
set(CPACK_PACKAGE_VERSION_MINOR "22")
set(CPACK_PACKAGE_VERSION_PATCH "15")
set(CPACK_PACKAGE_VERSION_PATCH "16")
set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
set(RELEASE_NAME "Białowieża")
project(qgis VERSION ${COMPLETE_VERSION})
Expand Down
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Jürgen E. Fischer <jef@norbit.de> 2023-02-03

translation update for 3.22.16 from transifex

Nyall Dawson <nyall.dawson@gmail.com> 2023-02-02

Fix crash when showing tooltips for invalid layers

Jürgen E. Fischer <jef@norbit.de> 2023-01-27

Release of 3.22.15

Jürgen E. Fischer <jef@norbit.de> 2023-01-27

translation update for 3.22.15 from transifex
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
qgis (3.22.15) UNRELEASED; urgency=medium
qgis (3.22.16) UNRELEASED; urgency=medium

* Release of 3.22.16

-- Jürgen E. Fischer <jef@norbit.de> Fri, 03 Feb 2023 16:49:26 +0100

qgis (3.22.15) unstable; urgency=medium

* Release of 3.22.15

-- Jürgen E. Fischer <jef@norbit.de> Fri, 27 Jan 2023 13:04:18 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 03 Feb 2023 16:49:26 +0100

qgis (3.22.14) unstable; urgency=medium

Expand Down
1 change: 1 addition & 0 deletions linux/org.qgis.qgis.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

<project_group>QGIS</project_group>
<releases>
<release version="3.22.16" date="2023-02-03" />
<release version="3.22.15" date="2023-01-27" />
<release version="3.22.14" date="2022-12-16" />
<release version="3.22.13" date="2022-11-18" />
Expand Down

0 comments on commit 6f08e4d

Please sign in to comment.