summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2021-02-10 00:05:19 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2021-02-10 00:05:19 +0100
commit9fabce10eea33cc5a11e823b14f1bff73d642de8 (patch)
tree81b74b8c1e18d4a9232b3f67b93932bfa658dbce /CMakeLists.txt
parentea114447ee44908c75f4ddc19a0521260832668d (diff)
Release 2.1.202.1.20
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 93985fbfc..33aa3c4b8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -200,7 +200,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.1.19")
+set(PACKAGE_VERSION "2.1.20")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)