Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
update version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Jan 15, 2024
1 parent 2788099 commit 71527ea
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 @@ -7,7 +7,7 @@ project(TRITON2_SUITE)

set(TRITON2_SUITE_VERSION_MAJOR 1)
set(TRITON2_SUITE_VERSION_MINOR 0)
set(TRITON2_SUITE_VERSION_PATCH 0)
set(TRITON2_SUITE_VERSION_PATCH 1)

set(TRITON2_SUITE_VERSION
${TRITON2_SUITE_VERSION_MAJOR}.${TRITON2_SUITE_VERSION_MINOR}.${TRITON2_SUITE_VERSION_PATCH})
Expand Down

0 comments on commit 71527ea

Please sign in to comment.