Skip to content

Commit 9ed442f

Browse files
authored
Update CMakeLists.txt
Version bump.
1 parent 5d4fb12 commit 9ed442f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ option(LIBPOLY_BUILD_STATIC "Build the static libraru" ON)
1313

1414
set(LIBPOLY_VERSION_MAJOR 0)
1515
set(LIBPOLY_VERSION_MINOR 1)
16-
set(LIBPOLY_VERSION_PATCH 5)
16+
set(LIBPOLY_VERSION_PATCH 7)
1717
set(LIBPOLY_VERSION ${LIBPOLY_VERSION_MAJOR}.${LIBPOLY_VERSION_MINOR}.${LIBPOLY_VERSION_PATCH})
1818

1919
if(APPLE)

0 commit comments

Comments
 (0)