summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2024-04-22 19:40:10 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2024-04-22 19:40:10 +0200
commit2170f7b62a29b8ae602490ebf80e92fae09d5a9d (patch)
tree14bc33edc7039b58b249754b9c7fd7d7314aa5b0 /CMakeLists.txt
parentcbb6f72b868cf7f50bd148479f7604f21964d239 (diff)
Release 2.9.22.9.2
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 13f4eaaf5..00ba2e499 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -206,7 +206,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.1")
+set(PACKAGE_VERSION "2.9.2")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)