Skip to content

Commit

Permalink
CMakeLists.txt: bump project version to 6.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: SeptimiuVana <[email protected]>
  • Loading branch information
SeptimiuVana committed Dec 13, 2024
1 parent 60dbc31 commit 13dd25d
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 @@ -12,7 +12,7 @@ endif()
############################### Version #######################################
set(ADITOF_VERSION_MAJOR 6)
set(ADITOF_VERSION_MINOR 0)
set(ADITOF_VERSION_PATCH 0-BETA)
set(ADITOF_VERSION_PATCH 0)

set(VERSION "${ADITOF_VERSION_MAJOR}.${ADITOF_VERSION_MINOR}.${ADITOF_VERSION_PATCH}")

Expand Down

0 comments on commit 13dd25d

Please sign in to comment.