summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-03-20 22:51:37 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2025-03-20 22:51:37 +0100
commit2a6c9bd8c0f8f50671bf7992f1e5d87b392e0336 (patch)
tree860c1af351645332fb1a39881822738ff0d4da21 /CMakeLists.txt
parentfbb202b34df162eb19e9035683800e704cd17e6a (diff)
Release 2.9.342.9.34
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 614c319bc..4b0338e94 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -204,7 +204,7 @@ endif()
# Configure some variables like package, version and architecture.
set(PACKAGE ${PROJECT_NAME})
set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>")
-set(PACKAGE_VERSION "2.9.33")
+set(PACKAGE_VERSION "2.9.34")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)