summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-01-28 19:53:15 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2025-01-28 19:53:56 +0100
commitb5fa47f70ec13146f32446baeb2070e5abba4bc3 (patch)
tree1310acb11108d3a8c153dc73b69bd2557372d021 /CMakeLists.txt
parent37916ecaa4718350a3c66130b356a076a24ca6e2 (diff)
Release 2.9.262.9.26
This reflows the documentation po files now using the latest gettext.
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 3523d6173..0b6c6ec39 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.25")
+set(PACKAGE_VERSION "2.9.26")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)