prepend the non-travis version with a number

- otherwise the built deb can't be installed
pull/38/head
Marcus Georgi 2017-07-19 14:57:22 +02:00
parent 8e159b683d
commit 3751fd3587
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ set(CPACK_PACKAGE_INSTALL_DIRECTORY /usr CACHE STRING "Install directory (defaul
if (ENV{TRAVIS_TAG})
set(CPACK_PACKAGE_VERSION $ENV{TRAVIS_TAG})
else()
set(CPACK_PACKAGE_VERSION dev)
set(CPACK_PACKAGE_VERSION 0.2-dev)
endif()
set(CPACK_PACKAGE_CONTACT "Olivier Martin <olivier@labapart.com>")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Library to access GATT information from Bluetooth Low Energy (BLE) devices")