Skip to content

Commit eb855c8

Browse files
committed
update patch version
1 parent 29d7dba commit eb855c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include (GenerateExportHeader)
1010

1111
set(LIBMSYM_MAJOR_VERSION 0)
1212
set(LIBMSYM_MINOR_VERSION 2)
13-
set(LIBMSYM_PATCH_VERSION 1)
13+
set(LIBMSYM_PATCH_VERSION 2)
1414
set(LIBMSYM_VERSION ${LIBMSYM_MAJOR_VERSION}.${LIBMSYM_MINOR_VERSION}.${LIBMSYM_PATCH_VERSION})
1515

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

0 commit comments

Comments
 (0)