Skip to content

Commit 9fd6e70

Browse files
author
Brian Zenowich
committed
Update CMakeLists.txt, CHANGELOG.md files
1 parent 3a27a69 commit 9fd6e70

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [dev-3.0.1]
6+
7+
- Increased enumeration timeout from 1 ms to 5 ms
8+
59
## [dev-3.0.0]
610

711
- Python3 support
@@ -14,5 +18,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1418
- Improved mutex handling for non-rt operation
1519
- Offered Top10 tactile values from BHand for higher update rates
1620

21+
[dev-3.0.1]: https://git.barrett.com/software/libbarrett/-/tags/dev-3.0.1
1722
[dev-3.0.0]: https://git.barrett.com/software/libbarrett/-/tags/dev-3.0.0
1823

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6)
33
project(libbarrett)
44
set(libbarrett_VERSION_MAJOR 3)
55
set(libbarrett_VERSION_MINOR 0)
6-
set(libbarrett_VERSION_PATCH 0)
6+
set(libbarrett_VERSION_PATCH 1)
77
set(libbarrett_VERSION "${libbarrett_VERSION_MAJOR}.${libbarrett_VERSION_MINOR}.${libbarrett_VERSION_PATCH}")
88
set(libbarrett_SOVERSION "${libbarrett_VERSION_MAJOR}.${libbarrett_VERSION_MINOR}")
99

0 commit comments

Comments
 (0)