We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e44d3a2 + b583388 commit 1f62b30Copy full SHA for 1f62b30
CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_policy(SET CMP0092 NEW)
4
endif()
5
6
set(API_VERSION "0.9")
7
-project(Quotient VERSION "${API_VERSION}.0" LANGUAGES CXX)
+project(Quotient VERSION "${API_VERSION}.1" LANGUAGES CXX)
8
set(PRE_STAGE "")
9
string(JOIN ~ FULL_VERSION ${PROJECT_VERSION} ${PRE_STAGE})
10
0 commit comments