Skip to content

Commit 1f251ed

Browse files
committedAug 9, 2017
Version (((bump++)++)++)
1 parent 29d134a commit 1f251ed

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
@@ -13,7 +13,7 @@ option(LIBPOLY_BUILD_STATIC "Build the static libraru" ON)
1313

1414
set(LIBPOLY_VERSION_MAJOR 0)
1515
set(LIBPOLY_VERSION_MINOR 1)
16-
set(LIBPOLY_VERSION_PATCH 1)
16+
set(LIBPOLY_VERSION_PATCH 4)
1717
set(LIBPOLY_VERSION ${LIBPOLY_VERSION_MAJOR}.${LIBPOLY_VERSION_MINOR}.${LIBPOLY_VERSION_PATCH})
1818

1919
if(APPLE)

0 commit comments

Comments
 (0)
Please sign in to comment.