summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2023-09-16 13:32:33 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2023-09-16 13:32:45 +0200
commitbe7923af51b805da3d6e3068085de78f51663d77 (patch)
tree2913f2ec77422c444a3fd570a7913dfdb4d02c03 /CMakeLists.txt
parent779ab71d479bbe605ae6c231a84cb4997d2811cc (diff)
Release 2.7.52.7.5
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 c63aad94a..188db292d 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.4")
+set(PACKAGE_VERSION "2.7.5")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)