summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2024-12-23 12:23:44 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2024-12-23 12:23:44 +0100
commite126f608c877b5febb1a43d01cb3c662c598e8f2 (patch)
tree3b73120db7e276067423657c97f29a5395f07207 /CMakeLists.txt
parente938c60061daff799113c4dbf6a8a41454f71126 (diff)
Release 2.9.192.9.19
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 03796e09c..cd911a365 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.18")
+set(PACKAGE_VERSION "2.9.19")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)