Merge pull request #38 from kinemic/non_travis_versioning

prepend the non-travis version with a number
pull/45/head
Olivier Martin 2017-07-27 12:17:20 +02:00 committed by GitHub
commit ce6e6a687d
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")