Skip to content

Commit 3b0381f

Browse files
authoredAug 1, 2023
Update CMakeLists.txt
increment patch number
1 parent db6f4e0 commit 3b0381f

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

1515
set(LIBPOLY_VERSION_MAJOR 0)
1616
set(LIBPOLY_VERSION_MINOR 1)
17-
set(LIBPOLY_VERSION_PATCH 12)
17+
set(LIBPOLY_VERSION_PATCH 13)
1818
set(LIBPOLY_VERSION ${LIBPOLY_VERSION_MAJOR}.${LIBPOLY_VERSION_MINOR}.${LIBPOLY_VERSION_PATCH})
1919

2020
if(APPLE)

0 commit comments

Comments
 (0)
Please sign in to comment.