Prepare new v0.2 release

pull/5/head v0.2
Olivier Martin 2016-05-02 09:57:32 +01:00
parent d9e67b829b
commit 411dc8633f
2 changed files with 5 additions and 5 deletions

View File

@ -77,7 +77,7 @@ add_subdirectory(examples/gatttool)
# Packaging
#
set(CPACK_PACKAGE_INSTALL_DIRECTORY /usr CACHE STRING "Install directory (default: /usr).")
set(CPACK_PACKAGE_VERSION 0.1)
set(CPACK_PACKAGE_VERSION 0.2)
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")
set(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}_${CPACK_PACKAGE_VERSION}_${CPACK_PACKAGE_ARCHITECTURE}")

View File

@ -1,6 +1,6 @@
GattLib is a library used to access Generic Attribute Profile (GATT) protocol of BLE (Bluetooth Low Energy) devices.
It is based on Bluez 4.101 GATT code (prior to Bluez D-BUS API).
It is based on Bluez 4.101 GATT code (prior to Bluez D-BUS API). Some changes has been made to support additional features and former versions of Bluez.
It has been introduced to allow to build applications hosted on platform with a version of Bluez prior to v5.x that could easily communicate with BLE devices.
@ -9,9 +9,9 @@ Potentially, D-BUS API could also be added to GattLib to provide an abstraction
Latest GattLib Release packages
===============================
- ZIP: <https://github.com/labapart/gattlib/releases/download/v0.1/gattlib-0.1.zip>
- DEB: <https://github.com/labapart/gattlib/releases/download/v0.1/gattlib-0.1.deb>
- RPM: <https://github.com/labapart/gattlib/releases/download/v0.1/gattlib-0.1.rpm>
- ZIP: <https://github.com/labapart/gattlib/releases/download/v0.2/gattlib_0.2_x86_64.zip>
- DEB: <https://github.com/labapart/gattlib/releases/download/v0.2/gattlib_0.2_x86_64.deb>
- RPM: <https://github.com/labapart/gattlib/releases/download/v0.2/gattlib_0.2_x86_64.rpm>
Build GattLib
=============