summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-04-25 23:09:39 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2025-04-25 23:12:18 +0200
commit3e6de9c26e0e32e417629d8d5b90343e94b85ab6 (patch)
tree9c8ff4a1aad684fd98693e989c6aa39ff36ab54e /CMakeLists.txt
parentfd4ebe70225d6e2f9993514553bac7aa9eb1df7e (diff)
Release 3.0.13.0.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 19e61cd14..b07678b67 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.0")
+set(PACKAGE_VERSION "3.0.1")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)