diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-03-11 10:34:36 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-03-11 10:34:36 +0100 |
commit | e518b0a9724affdfc49a505e4d1ebaea55578162 (patch) | |
tree | c39beddf91109c8e32f8a2f5ec6a2839d296e9bb /CMakeLists.txt | |
parent | 12c16d9c61e23652422868c6e78d6fb0506fd0e1 (diff) |
Release 1.6.101.6.10
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 56186452d..0481f4ee8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -182,7 +182,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 "1.6.9") +set(PACKAGE_VERSION "1.6.10") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" |