diff options
author | Julian Andres Klode <jak@debian.org> | 2017-08-24 17:57:19 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-08-24 17:57:19 +0200 |
commit | fe5b3a62bc41431bc254323d4bb795ea59f76f1f (patch) | |
tree | be914f1f01df9d0ee3c52a2cadd4d92581e3ad49 /CMakeLists.txt | |
parent | 52906f74a82b6d9303033a1d43928a7adde0ef87 (diff) |
1.5~rc1~ubuntu11.5_rc1_ubuntu1
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 dc9b6ecd6..dd318824e 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~beta2") +set(PACKAGE_VERSION "1.5~rc1~ubuntu1") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" |