Bumped SO_VERSION number of OpenThreads to avoid conflicts with Debian SO_VERSION bump

This commit is contained in:
Robert Osfield
2014-01-07 16:18:05 +00:00
parent 0ee9f732b8
commit 7bc373a056
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ extern "C" {
#define OPENTHREADS_MAJOR_VERSION 3
#define OPENTHREADS_MINOR_VERSION 3
#define OPENTHREADS_PATCH_VERSION 0
#define OPENTHREADS_SOVERSION 14
#define OPENTHREADS_SOVERSION 20
/** OpenThreadsGetVersion() returns the library version number.
* Numbering convention : OpenThreads-1.0 will return 1.0 from OpenThreadsGetVersion. */