diff options
| author | Julian Andres Klode <jak@debian.org> | 2022-03-07 14:06:40 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2022-03-07 14:06:40 +0100 |
| commit | ba08336ba208556de89f945aefc7b83f0f713c93 (patch) | |
| tree | e588b07b6631cd423df2fbb33158e7ff910654c7 /CMakeLists.txt | |
| parent | 3e57dc07fac417ff7007745510f0b35715045f70 (diff) | |
Release 2.4.12.4.1
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ad94a67e2..52517e4b5 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.4.0") +set(PACKAGE_VERSION "2.4.1") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |
