diff options
author | Julian Andres Klode <jak@debian.org> | 2017-06-29 17:52:42 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-06-29 17:52:42 +0200 |
commit | 24f801bb0d45911cf195a56c49f6968f98442697 (patch) | |
tree | e23f0c82b603270de627d8c59b644c156ffa9e6b /CMakeLists.txt | |
parent | 55db48d5a968591e79ec87f6e49570e6ffcd2fc7 (diff) |
Upload 1.5~alpha2 to experimental1.5_alpha2
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 fbed3180a..1d8fdc379 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.5~alpha1") +set(PACKAGE_VERSION "1.5~alpha2") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" |