bump version; proper SOVERSION

This commit is contained in:
Christopher Dunn 2014-09-16 12:35:12 -07:00
parent 16709c6ee8
commit 877dd17206
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ ADD_LIBRARY( jsoncpp_lib ${JSONCPP_LIB_TYPE}
version.h.in
)
SET_TARGET_PROPERTIES( jsoncpp_lib PROPERTIES OUTPUT_NAME jsoncpp )
SET_TARGET_PROPERTIES( jsoncpp_lib PROPERTIES VERSION ${JSONCPP_VERSION} SOVERSION ${JSONCPP_VERSION} )
SET_TARGET_PROPERTIES( jsoncpp_lib PROPERTIES VERSION ${JSONCPP_VERSION} SOVERSION ${JSONCPP_VERSION_MAJOR} )
# Install instructions for this target
INSTALL( TARGETS jsoncpp_lib

View File

@ -1 +1 @@
0.6.0-dev
0.7.0