Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad committed Jan 8, 2024
1 parent 3bd1f30 commit 6a1e280
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 @@ -6,8 +6,8 @@ endif()
project(FAST)

set(VERSION_MAJOR 4)
set(VERSION_MINOR 7)
set(VERSION_PATCH 2)
set(VERSION_MINOR 8)
set(VERSION_PATCH 0)
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 6a1e280

Please sign in to comment.