diff options
author | Julian Andres Klode <jak@debian.org> | 2017-05-04 22:57:12 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-05-04 22:57:12 +0200 |
commit | 1179ac70e9ad100d507c276e6d8de1f9aba08104 (patch) | |
tree | 53f682f8616cbfd2e5f3005ac166eb795c7a5140 /CMakeLists.txt | |
parent | 6bc40ffd444affd870e0053fa349575faa4d586f (diff) |
Release 1.4.21.4.2
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 162691d08..363dc1393 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,7 +172,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.4.1") +set(PACKAGE_VERSION "1.4.2") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" |