Skip to content

Commit e4c9ffc

Browse files
author
James Donald
authored
Merge pull request #44 from leapmotion/upd-version
bump leapserial version
2 parents 7d5407d + 8573554 commit e4c9ffc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matrix:
99
- _CXX: g++-4.8
1010
- CMAKE_URL=http://cmake.org/files/v3.8/cmake-3.8.2-Linux-x86_64.tar.gz
1111
- AUTOWIRING_URL=https://github.com/leapmotion/autowiring/releases/download/v1.1.0/autowiring-1.1.0-Linux-amd64.tar.gz
12-
- LEAPSERIAL_URL=https://github.com/leapmotion/leapserial/releases/download/v0.5.1/LeapSerial-0.5.1-Linux-amd64.tar.gz
12+
- LEAPSERIAL_URL=https://github.com/leapmotion/leapserial/releases/download/v0.5.2/LeapSerial-0.5.2-Linux-amd64.tar.gz
1313
- CMAKE_DIRNAME=cmake-3.8.2-Linux-x86_64
1414
addons:
1515
apt:
@@ -26,7 +26,7 @@ matrix:
2626
- _CXX: clang++
2727
- CMAKE_URL=http://cmake.org/files/v3.8/cmake-3.8.2-Darwin-x86_64.tar.gz
2828
- AUTOWIRING_URL=https://github.com/leapmotion/autowiring/releases/download/v1.1.0/autowiring-1.1.0-Darwin.tar.gz
29-
- LEAPSERIAL_URL=https://github.com/leapmotion/leapserial/releases/download/v0.5.1/LeapSerial-0.5.1-Darwin.tar.gz
29+
- LEAPSERIAL_URL=https://github.com/leapmotion/leapserial/releases/download/v0.5.2/LeapSerial-0.5.2-Darwin.tar.gz
3030
- CMAKE_DIRNAME=cmake-3.8.2-Darwin-x86_64/CMake.app/Contents
3131
addons:
3232
apt:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include(ConditionalSources)
1313

1414
# All typically required packages
1515
find_package(autowiring 1.1.0 EXACT REQUIRED)
16-
find_package(leapserial 0.5.1 EXACT REQUIRED)
16+
find_package(leapserial 0.5.2 EXACT REQUIRED)
1717

1818
# We have unit test projects via googletest, they're added in the places where they are defined
1919
add_definitions(-DGTEST_HAS_TR1_TUPLE=0)

0 commit comments

Comments
 (0)