summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-10-25 22:53:19 +0200
committerJulian Andres Klode <jak@debian.org>2025-10-25 22:53:44 +0200
commit1da5869dbf2b903e8b46a26225340c5b9615ede1 (patch)
tree8fd98eae97dcd39524356892ab66557ee11651c0 /CMakeLists.txt
parenteffd872a512beeaee314c2761640ef0b8e973b3d (diff)
Release 3.1.103.1.10
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 4f2102696..89baee397 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.9")
+set(PACKAGE_VERSION "3.1.10")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)