summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2026-02-17 11:38:32 +0100
committerJulian Andres Klode <jak@debian.org>2026-02-17 11:38:48 +0100
commit02f2b0abd713d3e475f0d91e9eb0199df4b8de13 (patch)
treebb27b1d73bd535f5c00a8cd2c23da88dbb854fb7 /CMakeLists.txt
parent3016ed130c0160b37ec9194288fa10ddaf06831f (diff)
Release 3.1.163.1.16
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 e7c5ff4d3..3d18d67aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -204,7 +204,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 "3.1.15")
+set(PACKAGE_VERSION "3.1.16")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)