Skip to content

Commit

Permalink
+ Updated subversion number in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladislav Zezula committed Dec 18, 2016
1 parent 0e138c2 commit e9f9b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -302,7 +302,7 @@ if(BUILD_SHARED_LIBS)
endif()
if(UNIX)
SET(VERSION_MAJOR "9")
SET(VERSION_MINOR "20")
SET(VERSION_MINOR "21")
SET(VERSION_PATCH "0")
SET(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
set_target_properties(${LIBRARY_NAME} PROPERTIES VERSION "${VERSION_STRING}")
Expand Down

0 comments on commit e9f9b9b

Please sign in to comment.