Skip to content

Commit 3d5e6fb

Browse files
authored
Bump version patch to 1 in CMakeLists.txt
1 parent 48e3da8 commit 3d5e6fb

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
@@ -17,7 +17,7 @@ option(LIBPOLY_BUILD_STATISTICS "Build the statistics internals" OFF)
1717

1818
set(LIBPOLY_VERSION_MAJOR 0)
1919
set(LIBPOLY_VERSION_MINOR 2)
20-
set(LIBPOLY_VERSION_PATCH 0)
20+
set(LIBPOLY_VERSION_PATCH 1)
2121
set(LIBPOLY_VERSION ${LIBPOLY_VERSION_MAJOR}.${LIBPOLY_VERSION_MINOR}.${LIBPOLY_VERSION_PATCH})
2222

2323
if(APPLE)

0 commit comments

Comments
 (0)