summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-06-10 18:05:29 +0200
committerJulian Andres Klode <jak@debian.org>2025-06-10 18:06:26 +0200
commitf9b5f49fe6030fc028bc93debf856d1ae75ca7ab (patch)
treee7bdea1d3712bfd35bc86d33355b4cc4175cf8e7 /CMakeLists.txt
parent13e0d83d3186050485442bf2e8d50a12dc9e359f (diff)
Release 3.1.13.1.1
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 23eeba49b..14204810f 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.0")
+set(PACKAGE_VERSION "3.1.1")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)