summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-08-26 21:03:09 +0200
committerJulian Andres Klode <jak@debian.org>2025-08-26 21:03:09 +0200
commit23af056d0dd21acaeae14d02e416a8696ebd69af (patch)
tree8a0fd91663d3837337bc3962383bb31c06a971d9 /CMakeLists.txt
parent8b67bde9a04fce5fbf155f8918de44264cc37086 (diff)
Release 3.1.53.1.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 156f3238b..80b26e340 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.4")
+set(PACKAGE_VERSION "3.1.5")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)