Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroMemes committed Oct 6, 2024
1 parent 836e989 commit 2a2c7c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ if(NOT CMAKE_CXX_STANDARD)
endif()

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

project(libhat
Expand Down

0 comments on commit 2a2c7c3

Please sign in to comment.