summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2026-05-17 21:22:40 +0200
committerJulian Andres Klode <jak@debian.org>2026-05-17 21:22:40 +0200
commit6014db70d590cd34516acd3069c578d9bf8fdb17 (patch)
tree5039013027be15343ee48f78288f43c37773c1ef /CMakeLists.txt
parent77f2f71d962eb38f20c3e06233173956dd31f5d7 (diff)
Release 3.3.13.3.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 6a6d26ae2..6f91a6cb6 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.3.0")
+set(PACKAGE_VERSION "3.3.1")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)