summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2024-02-13 16:31:44 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2024-02-13 16:31:44 +0100
commit8e60b18f9b583dcd252f962b06905d99043a27d1 (patch)
tree4d030d878063796a5b2b6aee31e6b88b9cb77d79 /CMakeLists.txt
parent3749cda6af91e495650018bae39185c2589c9bd7 (diff)
Release 2.7.112.7.11
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 6ff52c342..fb4912455 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.10")
+set(PACKAGE_VERSION "2.7.11")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)