Skip to content

Commit 40dd5ac

Browse files
committed
Bump CMakeList version
1 parent da6c6e7 commit 40dd5ac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ CMakeFiles
2323
Makefile
2424
cmake_install.cmake
2525
minisign
26-
26+
zig-cache
27+
zig-out

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(CPACK_PACKAGE_VENDOR "Frank Denis")
77
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
88
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
99
set(CPACK_PACKAGE_VERSION_MAJOR "0")
10-
set(CPACK_PACKAGE_VERSION_MINOR "9")
10+
set(CPACK_PACKAGE_VERSION_MINOR "10")
1111
set(CPACK_PACKAGE_VERSION_PATCH "0")
1212
set(
1313
CPACK_SOURCE_PACKAGE_FILE_NAME

0 commit comments

Comments
 (0)