Skip to content

Commit

Permalink
Bump to version 4.9.2 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad committed Mar 25, 2024
1 parent 43e794d commit bf59245
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(FAST)

set(VERSION_MAJOR 4)
set(VERSION_MINOR 9)
set(VERSION_PATCH 1)
set(VERSION_PATCH 2)
set(VERSION_SO 4) # SO version, should be incremented by 1 every time the existing API changes
set(FAST_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

Expand Down

0 comments on commit bf59245

Please sign in to comment.