summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-02-03 13:45:45 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2025-02-03 13:45:45 +0100
commit6ee18adb85633afc39bdca25209dcfac0ae5c3c5 (patch)
tree5bb9cd71ecbfbf613db468fdb5c63f12a1bc6e7e /CMakeLists.txt
parent70a325116f002d476bd9bb018f3032ada5da0da2 (diff)
Release 2.9.272.9.27
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 0b6c6ec39..1302955f1 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.26")
+set(PACKAGE_VERSION "2.9.27")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)