summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-02-16 17:59:29 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2025-02-16 17:59:29 +0100
commitcf0ed0227fc9793d54494ec777a7e45bce5313c4 (patch)
tree56197ed1d6d0733306d695f8b1ce3a9be876c219 /CMakeLists.txt
parent552b91f2e1d047e32568082366675d8f3c57a2fc (diff)
Release 2.9.302.9.30
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 429330bac..40d23bdb8 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.29")
+set(PACKAGE_VERSION "2.9.30")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)