Skip to content

Commit

Permalink
back to 0.1.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
aremmell committed Oct 12, 2023
1 parent b7d73ff commit b03e199
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 -alpha2)
set(PROJECT_IS_REL_BUILD true)
set(PROJECT_VERSION_SUFFIX -dev)
set(PROJECT_IS_REL_BUILD false)

# define the project
project(
Expand Down

0 comments on commit b03e199

Please sign in to comment.