summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2026-01-23 21:03:36 +0100
committerJulian Andres Klode <jak@debian.org>2026-01-23 21:03:36 +0100
commit0a37f95b2d9582c5cad95725302abaf0635ee8a3 (patch)
tree5cf4ef31b6becf6b6277317d76fbc0358f4cd9c2 /CMakeLists.txt
parent8fe21178b305c31c082489c0469dbb13cf10fe49 (diff)
Release 3.1.143.1.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 ddce3c3ff..fe137c374 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.13")
+set(PACKAGE_VERSION "3.1.14")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)