summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2023-11-22 16:46:03 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2023-11-22 16:46:03 +0100
commit4e344a4c1d2862b7cdb900a20222bc22ac5edcf7 (patch)
treedd6fcf59be690871593d7b577a262f76fffaaedf /CMakeLists.txt
parentb0e336787be8a73280cf4cf037295c6347bcbd83 (diff)
Release 2.7.72.7.7
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 dae12e7c3..567c0604a 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.6")
+set(PACKAGE_VERSION "2.7.7")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)