From 7aa92e336ad15533ef831d4ef7a1b271dfc79c33 Mon Sep 17 00:00:00 2001 From: David Medine Date: Wed, 17 Aug 2016 16:32:24 -0700 Subject: [PATCH] updated version number --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index 3fddadc0c..e2eeb53f4 100644 --- a/src/common.h +++ b/src/common.h @@ -23,7 +23,7 @@ const int LSL_PROTOCOL_VERSION = 110; // the library version -const int LSL_LIBRARY_VERSION = 111; +const int LSL_LIBRARY_VERSION = 112; namespace lsl { /// A very large time duration (> 1 year) for timeout values.