diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-07-08 09:40:38 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-07-08 09:40:38 +0200 |
commit | f21ca6d73dacc277e0b3d7a8fa15b2c30633d3ae (patch) | |
tree | 1a29c39408b54680f5fdda8637bb8296e386b669 /CMakeLists.txt | |
parent | 3fe1419433f195d57b948b100b218cf14a2841d0 (diff) |
Release 2.1.72.1.7
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 7dbf8abc3..afd74adb5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -204,7 +204,7 @@ check_cxx_target(HAVE_FMV_SSE42_AND_CRC32DI "sse4.2" "__builtin_ia32_crc32di(0,i # 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.6") +set(PACKAGE_VERSION "2.1.7") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |