summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-04-04 22:33:20 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2025-04-04 22:35:29 +0200
commit1c5baadce8aff4ccee02eb283530385b7c4ba5fe (patch)
tree60884e4ceee73b81b6b01e7fec27f0f246510540 /CMakeLists.txt
parent98b25a8681feb209d53c913a754ff1fb1ef4e7a7 (diff)
Release 3.0.03.0.0
And so it begins.
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 7f50d87a9..19e61cd14 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 "2.9.35")
+set(PACKAGE_VERSION "3.0.0")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)