Skip to content

Commit

Permalink
Version correction to 1.0.0 + near-term TODO for automating this.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoldfeld committed Feb 23, 2024
1 parent e746eac commit 4941364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ message(CHECK_START "(Project [${PROJ}] root CMake script executing.)")
list(APPEND CMAKE_MESSAGE_INDENT "- ")

set(PROJ_CAMEL "Flow")
set(PROJ_VERSION "1.0")
# TODO: Get it from nearest `VERSION` file perhaps.
set(PROJ_VERSION "1.0.0")
set(PROJ_HUMAN "Flow")

set(OS_SUPPORT_MSG "Only Linux is supported for now. For Flow: macOS/BSD support might not "
Expand Down

0 comments on commit 4941364

Please sign in to comment.