Skip to content

Commit 5a729e3

Browse files
authored
Bump LSL_LIBRARY_VERSION
1 parent 3f3a7dd commit 5a729e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ extern "C" {
4646
const int LSL_PROTOCOL_VERSION = 110;
4747

4848
// the library version
49-
const int LSL_LIBRARY_VERSION = 115;
49+
const int LSL_LIBRARY_VERSION = 116;
5050

5151
/// size of the lsl_last_error() buffer size
5252
const int LAST_ERROR_SIZE = 512;

0 commit comments

Comments
 (0)