summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-05-19 19:14:11 +0200
committerJulian Andres Klode <jak@debian.org>2025-05-19 19:14:52 +0200
commit5bfea97d7b3c6f4fcaa56c24d6f3591b1862b86b (patch)
tree7bec338e4234232207da2e2513f24630ed5dc177 /CMakeLists.txt
parent6025ea158c7635d7f990e63dbf7c9e309fc188ff (diff)
Release 3.1.03.1.0
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 b07678b67..9b4773d63 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.0.1")
+set(PACKAGE_VERSION "3.1.0")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)