File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11CMAKE_MINIMUM_REQUIRED (VERSION 2.8.6)
22PROJECT (msgpack)
33
4- SET (VERSION 0.5.9 )
4+ SET (VERSION 0.6.0 )
55SET (VERSION_MAJOR 0)
6- SET (VERSION_MINOR 5 )
6+ SET (VERSION_MINOR 6 )
77
88SET (prefix ${CMAKE_INSTALL_PREFIX} )
99SET (exec_prefix "\$ {prefix}" )
@@ -141,7 +141,7 @@ ADD_LIBRARY (msgpack-static STATIC
141141
142142SET_TARGET_PROPERTIES (msgpack-static PROPERTIES OUTPUT_NAME "msgpack" )
143143SET_TARGET_PROPERTIES (msgpack PROPERTIES IMPORT_SUFFIX "_import.lib" )
144- SET_TARGET_PROPERTIES (msgpack PROPERTIES SOVERSION 3 VERSION 3 .0.0)
144+ SET_TARGET_PROPERTIES (msgpack PROPERTIES SOVERSION 3 VERSION 4 .0.0)
145145
146146IF (MSGPACK_BUILD_TESTS)
147147 ENABLE_TESTING ()
Original file line number Diff line number Diff line change 11#define MSGPACK_VERSION_MAJOR 0
2- #define MSGPACK_VERSION_MINOR 5
3- #define MSGPACK_VERSION_RELEASE 9
2+ #define MSGPACK_VERSION_MINOR 6
3+ #define MSGPACK_VERSION_RELEASE 0
Original file line number Diff line number Diff line change 1616
1717
1818# -version-info CURRENT:REVISION:AGE
19- libmsgpack_la_LDFLAGS = -version-info 3 :0:0 -no-undefined
19+ libmsgpack_la_LDFLAGS = -version-info 4 :0:0 -no-undefined
2020
2121
2222# backward compatibility
You can’t perform that action at this time.
0 commit comments