diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-01-18 14:47:08 +0000 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-01-18 14:47:08 +0000 |
commit | 70e68ed87d8ecd011df80f00c6b8ff6316e2b413 (patch) | |
tree | 69ff33924507670b53c8fc9e8914dfe6813ccbdb /CMakeLists.txt | |
parent | 0f16676cd73cfd3858039d4e4e337513e7466725 (diff) |
Release 1.6~alpha71.6_alpha7
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 7d227e8eb..7b5120848 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,7 +176,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~alpha6") +set(PACKAGE_VERSION "1.6~alpha7") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" |