diff options
author | Julian Andres Klode <jak@debian.org> | 2017-10-23 01:58:07 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-10-23 01:59:11 +0200 |
commit | abe429029c2d2b407a67e2a48d4594184cb88a5e (patch) | |
tree | 41a0e01bed8050d6ce8a6c051ecc3371f0224caf /CMakeLists.txt | |
parent | f5572ef1daf21d20f4a7d261884291c0acddd947 (diff) |
Release 1.6~alpha11.6_alpha1
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 1c703307e..0e9d54d63 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.5") +set(PACKAGE_VERSION "1.6~alpha1") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" |