Skip to content

Commit

Permalink
Merge #839: Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal authored Nov 29, 2024
2 parents e44d3a2 + b583388 commit 1f62b30
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 @@ -4,7 +4,7 @@ cmake_policy(SET CMP0092 NEW)
endif()

set(API_VERSION "0.9")
project(Quotient VERSION "${API_VERSION}.0" LANGUAGES CXX)
project(Quotient VERSION "${API_VERSION}.1" LANGUAGES CXX)
set(PRE_STAGE "")
string(JOIN ~ FULL_VERSION ${PROJECT_VERSION} ${PRE_STAGE})

Expand Down

0 comments on commit 1f62b30

Please sign in to comment.