diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-03-08 09:41:33 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-03-08 09:42:06 +0100 |
commit | 19c37a01bccca11fe2bfa957087706c27441ef34 (patch) | |
tree | 42bfe9cd7ddda2236bc88a61929e5956e2e1d6df /CMakeLists.txt | |
parent | 34d850db4011060e9bffeeb08a533c6724414151 (diff) |
Release 1.8.01.8.0
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 3aa8e1168..60f329078 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -188,7 +188,7 @@ check_cxx_target(HAVE_FMV_SSE42_AND_CRC32DI "sse4.2" "__builtin_ia32_crc32di(0, # 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.8.0~rc4") +set(PACKAGE_VERSION "1.8.0") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" |