summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2024-06-13 21:06:59 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2024-06-13 21:06:59 +0200
commit053c889838bdc2c6efd3a542ec3dfd547a5df53e (patch)
tree2720e7a43f9d57a8e9c1e8473f418ee2d1d633eb /CMakeLists.txt
parent6e34c130c5a47d7b193f39654a5a535cb8f8d289 (diff)
Release 2.9.52.9.5
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 50d7884e7..a457110a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -206,7 +206,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.4")
+set(PACKAGE_VERSION "2.9.5")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)