summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2024-10-17 09:41:51 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2024-10-17 09:42:00 +0200
commitfcccd7fb5ed74ae00c9d675667017d9c84838f69 (patch)
treed496737572eef8d4afe3df859c7f1ec5532df860 /CMakeLists.txt
parentf392ba3602dc759eeeffd719d2eb16fc2d81f5e5 (diff)
Release 2.9.92.9.9
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 06e3fc9fa..946c15559 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.8")
+set(PACKAGE_VERSION "2.9.9")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)