Skip to content

Commit

Permalink
Update friction-version.cmake
Browse files Browse the repository at this point in the history
Bump version to 0.9.6.2.
  • Loading branch information
rodlie committed Aug 22, 2024
1 parent ae9c84a commit 83feac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake/friction-version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
set(PROJECT_VERSION_MAJOR 0)
set(PROJECT_VERSION_MINOR 9)
set(PROJECT_VERSION_PATCH 6)
set(PROJECT_VERSION_TWEAK 1)
set(PROJECT_VERSION_TWEAK 2)

if(PROJECT_VERSION_TWEAK GREATER 0)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}.${PROJECT_VERSION_TWEAK})
Expand Down

0 comments on commit 83feac6

Please sign in to comment.