summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2024-11-18 15:04:39 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2024-11-18 15:04:39 +0100
commit963efeff8778afacef35f69c181d234e0a27d5d3 (patch)
tree26d85d2863ea68a4afe7ff2a643c326fa7f55005 /CMakeLists.txt
parentf4b57be67c34e9d771859b6851254e64c2a1dc8c (diff)
Release 2.9.122.9.12
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 3f2bdcaf5..c4ea1660a 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.11")
+set(PACKAGE_VERSION "2.9.12")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)