Skip to content

Commit

Permalink
update patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcodev31 committed Nov 9, 2015
1 parent 29d7dba commit eb855c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include (GenerateExportHeader)

set(LIBMSYM_MAJOR_VERSION 0)
set(LIBMSYM_MINOR_VERSION 2)
set(LIBMSYM_PATCH_VERSION 1)
set(LIBMSYM_PATCH_VERSION 2)
set(LIBMSYM_VERSION ${LIBMSYM_MAJOR_VERSION}.${LIBMSYM_MINOR_VERSION}.${LIBMSYM_PATCH_VERSION})

set(INSTALL_LIB_DIR lib CACHE PATH "Installation directory for msym library")
Expand Down

0 comments on commit eb855c8

Please sign in to comment.