diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-03-01 10:02:31 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-03-01 10:02:31 +0100 |
commit | bea731f961637e5fb825104db8f174967f57c977 (patch) | |
tree | a54c965ef84c415b66794d966dec4a4b89832cb5 /CMakeLists.txt | |
parent | d570765ea4952a503c1a6531ac5de89259f06b33 (diff) |
Release 1.6.91.6.9
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 2c76ff2ed..01ee2961f 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.8") +set(PACKAGE_VERSION "1.6.9") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" |