diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-09-20 21:04:11 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-09-20 21:04:11 +0200 |
commit | e78844ba89fd15879333c1394fae9a65acebedc0 (patch) | |
tree | 3a9346a5d3f702d5b1a13afeebcf3512d9e6f509 /CMakeLists.txt | |
parent | 6f1d622c84b3b7f821683bf69b8fcdb6dcf272a2 (diff) |
Release 1.7.0~rc21.7.0_rc2
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 8a802e91d..0a5647cec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -183,7 +183,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.7.0~rc1") +set(PACKAGE_VERSION "1.7.0~rc2") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" |