We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d134a commit 1f251edCopy full SHA for 1f251ed
CMakeLists.txt
@@ -13,7 +13,7 @@ option(LIBPOLY_BUILD_STATIC "Build the static libraru" ON)
13
14
set(LIBPOLY_VERSION_MAJOR 0)
15
set(LIBPOLY_VERSION_MINOR 1)
16
-set(LIBPOLY_VERSION_PATCH 1)
+set(LIBPOLY_VERSION_PATCH 4)
17
set(LIBPOLY_VERSION ${LIBPOLY_VERSION_MAJOR}.${LIBPOLY_VERSION_MINOR}.${LIBPOLY_VERSION_PATCH})
18
19
if(APPLE)
0 commit comments