diff --git a/.tx/config b/.tx/config index bfae3753763e..d93aa7302e0b 100644 --- a/.tx/config +++ b/.tx/config @@ -1,7 +1,7 @@ [main] host = https://www.transifex.com -[o:qgis:p:QGIS:r:qgis-application] +[o:qgis:p:QGIS:r:release-3_34-qgis-application] file_filter = i18n/qgis_.ts source_file = i18n/qgis_en.ts source_lang = en diff --git a/CMakeLists.txt b/CMakeLists.txt index 77a2ce618385..30302f24a104 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,10 +22,10 @@ set(CMAKE_LINK_DEPENDS_NO_SHARED ON) ############################################################# # Project and version set(CPACK_PACKAGE_VERSION_MAJOR "3") -set(CPACK_PACKAGE_VERSION_MINOR "33") +set(CPACK_PACKAGE_VERSION_MINOR "34") set(CPACK_PACKAGE_VERSION_PATCH "0") set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}) -set(RELEASE_NAME "Master") +set(RELEASE_NAME "Prizren") project(qgis VERSION ${COMPLETE_VERSION}) if (APPLE) diff --git a/INSTALL.md b/INSTALL.md index 0ca6941703f6..78a83406bf41 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -580,7 +580,7 @@ For the QGIS build you need to install following packages from cygwin: and from OSGeo4W (select *Advanced Install*): -* qgis-dev-deps +* qgis-ltr-deps * This will also select packages the above packages depend on. diff --git a/debian/changelog b/debian/changelog index d1c8def0b0cb..b9309e221d72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ -qgis (3.33.0) UNRELEASED; urgency=medium +qgis (3.34.0) UNRELEASED; urgency=medium + + * Release of 3.34.0 + + -- Jürgen E. Fischer Fri, 27 Oct 2023 14:02:22 +0200 + +qgis (3.33.0) unstable; urgency=medium * New development version 3.33 after branch of 3.32 - -- Jürgen E. Fischer Fri, 23 Jun 2023 14:42:18 +0200 + -- Jürgen E. Fischer Fri, 27 Oct 2023 14:02:22 +0200 qgis (3.32.0) unstable; urgency=medium diff --git a/images/splash/splash.png b/images/splash/splash.png index 53fbf2d8d36a..63a9c7a530c9 100644 Binary files a/images/splash/splash.png and b/images/splash/splash.png differ