Skip to content

Commit 174573d

Browse files
committed
Increment version in CMake script
1 parent d3a7398 commit 174573d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ else()
2525
endif()
2626

2727
set(MINIZ_API_VERSION 3)
28-
set(MINIZ_MINOR_VERSION 0)
29-
set(MINIZ_PATCH_VERSION 2)
28+
set(MINIZ_MINOR_VERSION 1)
29+
set(MINIZ_PATCH_VERSION 0)
3030
set(MINIZ_VERSION
3131
${MINIZ_API_VERSION}.${MINIZ_MINOR_VERSION}.${MINIZ_PATCH_VERSION})
3232

0 commit comments

Comments
 (0)