Skip to content

Commit 411dc86

Browse files
committed
Prepare new v0.2 release
1 parent d9e67b8 commit 411dc86

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ add_subdirectory(examples/gatttool)
7777
# Packaging
7878
#
7979
set(CPACK_PACKAGE_INSTALL_DIRECTORY /usr CACHE STRING "Install directory (default: /usr).")
80-
set(CPACK_PACKAGE_VERSION 0.1)
80+
set(CPACK_PACKAGE_VERSION 0.2)
8181
set(CPACK_PACKAGE_CONTACT "Olivier Martin <[email protected]>")
8282
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Library to access GATT information from Bluetooth Low Energy (BLE) devices")
8383
set(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}_${CPACK_PACKAGE_VERSION}_${CPACK_PACKAGE_ARCHITECTURE}")

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GattLib is a library used to access Generic Attribute Profile (GATT) protocol of BLE (Bluetooth Low Energy) devices.
22

3-
It is based on Bluez 4.101 GATT code (prior to Bluez D-BUS API).
3+
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.
44

55
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.
66

@@ -9,9 +9,9 @@ Potentially, D-BUS API could also be added to GattLib to provide an abstraction
99
Latest GattLib Release packages
1010
===============================
1111

12-
- ZIP: <https://github.com/labapart/gattlib/releases/download/v0.1/gattlib-0.1.zip>
13-
- DEB: <https://github.com/labapart/gattlib/releases/download/v0.1/gattlib-0.1.deb>
14-
- RPM: <https://github.com/labapart/gattlib/releases/download/v0.1/gattlib-0.1.rpm>
12+
- ZIP: <https://github.com/labapart/gattlib/releases/download/v0.2/gattlib_0.2_x86_64.zip>
13+
- DEB: <https://github.com/labapart/gattlib/releases/download/v0.2/gattlib_0.2_x86_64.deb>
14+
- RPM: <https://github.com/labapart/gattlib/releases/download/v0.2/gattlib_0.2_x86_64.rpm>
1515

1616
Build GattLib
1717
=============

0 commit comments

Comments
 (0)