Skip to content

Commit

Permalink
Update F3D Version to 2.0.0-RC3 (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Apr 19, 2023
1 parent 5e9cacb commit 7d302ee
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 "-RC2")
set(F3D_PROJECT_VERSION_SUFFIX "-RC3")
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 7d302ee

Please sign in to comment.