summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2024-03-22 11:12:09 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2024-03-22 11:15:33 +0100
commitdb797312548f6e7d6d1d1faa9f1e48c1e521d290 (patch)
tree70001ffccbc899b2f3634c38c3140de22b9a3f4c /CMakeLists.txt
parent6ac4e6b22c8e66850155e912f5e649b2cc02303a (diff)
Release 2.7.142.7.14
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 fdbf6dc7d..3a2677ffe 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.13")
+set(PACKAGE_VERSION "2.7.14")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)