summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2024-11-29 09:53:19 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2024-11-29 09:53:19 +0100
commitb040376b98df1dbbb93c8770e9bd3bebeb80d2f9 (patch)
tree5cb7f45ed4d1ee7646ce28177f91a0007e37c209 /CMakeLists.txt
parent00b4aa9c1d7f50a6e45c72e7a7c417975932cabb (diff)
Release 2.9.162.9.16
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 b5370a5ad..09b2bc908 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -207,7 +207,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.15")
+set(PACKAGE_VERSION "2.9.16")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)