summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2023-01-17 16:33:43 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2023-01-17 16:34:18 +0100
commit09d4933fa8a472ea3f1efa9484f962b94886c07f (patch)
treef887f351f0825884bd097a371773544652c8a3ee /CMakeLists.txt
parent0970d6407f53be34c54dbab5db0f29e961899f73 (diff)
Release 2.5.52.5.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 dfb2b07c7..3165e195c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -205,7 +205,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.5.4")
+set(PACKAGE_VERSION "2.5.5")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)