Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroMemes committed Oct 3, 2024
1 parent d096a83 commit c1863ad
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 @@ -6,7 +6,7 @@ endif()

set(LIBHAT_VERSION_MAJOR 0)
set(LIBHAT_VERSION_MINOR 1)
set(LIBHAT_VERSION_PATCH 0)
set(LIBHAT_VERSION_PATCH 1)
set(LIBHAT_VERSION ${LIBHAT_VERSION_MAJOR}.${LIBHAT_VERSION_MINOR}.${LIBHAT_VERSION_PATCH})

project(libhat
Expand Down

0 comments on commit c1863ad

Please sign in to comment.