Skip to content

Commit f186b8e

Browse files
committedMar 3, 2023
Release of 3.30 ('s-Hertogenbosch)
1 parent f80bec6 commit f186b8e

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed
 

‎CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ 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 "30")
2121
set(CPACK_PACKAGE_VERSION_PATCH "0")
2222
set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
23-
set(RELEASE_NAME "Master")
23+
set(RELEASE_NAME "'s-Hertogenbosch")
2424
project(qgis VERSION ${COMPLETE_VERSION})
2525

2626
if (APPLE)

‎INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ For the QGIS build you need to install following packages from cygwin:
572572

573573
and from OSGeo4W (select *Advanced Install*):
574574

575-
* qgis-dev-deps
575+
* qgis-rel-deps
576576

577577
* This will also select packages the above packages depend on.
578578

‎debian/changelog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
qgis (3.29.0) UNRELEASED; urgency=medium
1+
qgis (3.30.0) UNRELEASED; urgency=medium
2+
3+
* Release of 3.30.0
4+
5+
-- Jürgen E. Fischer <jef@norbit.de> Fri, 03 Mar 2023 20:25:40 +0100
6+
7+
qgis (3.29.0) unstable; urgency=medium
28

39
* New development version 3.29 after branch of 3.28
410

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

713
qgis (3.28.0) unstable; urgency=medium
814

‎images/splash/splash.png

-6.89 MB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.