Skip to content

Commit

Permalink
prep for 0.1.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
aremmell committed Oct 12, 2023
1 parent 6b66067 commit db94046
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 @@ -14,8 +14,8 @@ set(STATIC_LIBRARY_NAME seatest_static)
set(SHARED_LIBRARY_NAME seatest_shared)

# versioning
set(PROJECT_VERSION_SUFFIX -dev)
set(PROJECT_IS_REL_BUILD false)
set(PROJECT_VERSION_SUFFIX -alpha)
set(PROJECT_IS_REL_BUILD true)

# compile_commands.json
set(CMAKE_EXPORT_COMPILE_COMMANDS true)
Expand Down

0 comments on commit db94046

Please sign in to comment.