Skip to content

Commit

Permalink
Forgot to bump the version. D'oh
Browse files Browse the repository at this point in the history
  • Loading branch information
ianamason committed Apr 12, 2021
1 parent 549c13b commit 1f52c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ option(LIBPOLY_BUILD_STATISTICS "Build the statistics internals" OFF)

set(LIBPOLY_VERSION_MAJOR 0)
set(LIBPOLY_VERSION_MINOR 1)
set(LIBPOLY_VERSION_PATCH 8)
set(LIBPOLY_VERSION_PATCH 9)
set(LIBPOLY_VERSION ${LIBPOLY_VERSION_MAJOR}.${LIBPOLY_VERSION_MINOR}.${LIBPOLY_VERSION_PATCH})

if(APPLE)
Expand Down

0 comments on commit 1f52c78

Please sign in to comment.