summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2024-02-20 19:40:22 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2024-02-20 19:40:22 +0100
commit1e6c5ed296e1a305db64cf807294f79c99ba73a0 (patch)
tree3ce8c2d7f56e669d45136d2af7611715aae13c4c /CMakeLists.txt
parent8abe267566a6c759c157a2aebec16fe992f9406d (diff)
Release 2.7.122.7.12
I also unfuzzied the translation strings for the 23.10->24.04 apt-key deprecation change.
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 fb4912455..797a17bee 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.7.11")
+set(PACKAGE_VERSION "2.7.12")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)