Skip to content

Commit db6f4e0

Browse files
authored
Update CMakeLists.txt
update version number
1 parent b3a3bf8 commit db6f4e0

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
@@ -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 11)
17+
set(LIBPOLY_VERSION_PATCH 12)
1818
set(LIBPOLY_VERSION ${LIBPOLY_VERSION_MAJOR}.${LIBPOLY_VERSION_MINOR}.${LIBPOLY_VERSION_PATCH})
1919

2020
if(APPLE)

0 commit comments

Comments
 (0)