Skip to content

Commit

Permalink
Update F3D Version to 2.0.0 (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Apr 20, 2023
1 parent c5f0079 commit bc30663
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 @@ -24,7 +24,7 @@ project(F3D
VERSION 2.0.0
DESCRIPTION "F3D - A fast and minimalist 3D viewer"
LANGUAGES C CXX)
set(F3D_PROJECT_VERSION_SUFFIX "-RC3")
set(F3D_PROJECT_VERSION_SUFFIX "")
set(F3D_VERSION ${PROJECT_VERSION}${F3D_PROJECT_VERSION_SUFFIX})

string(TIMESTAMP F3D_BUILD_DATE "%Y-%m-%d %H:%M:%S" UTC)
Expand Down

0 comments on commit bc30663

Please sign in to comment.