diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-04-15 22:05:35 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-04-15 22:13:04 +0200 |
commit | 73c5027cf8ceabf7bb72fe08d4d86d07d3d72461 (patch) | |
tree | 8d9fc74417b1d0b8b12d13bfa6457b694571adc0 /CMakeLists.txt | |
parent | 5be9f005de0d324ffbc6c048485b7f5a151cd9e9 (diff) |
Release 1.6~rc11.6_rc1
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 a79ce99d4..6fdc0b12c 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~beta1") +set(PACKAGE_VERSION "1.6~rc1") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" |