Skip to content

Commit 1f62b30

Browse files
authored
Merge #839: Release 0.9.1
2 parents e44d3a2 + b583388 commit 1f62b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_policy(SET CMP0092 NEW)
44
endif()
55

66
set(API_VERSION "0.9")
7-
project(Quotient VERSION "${API_VERSION}.0" LANGUAGES CXX)
7+
project(Quotient VERSION "${API_VERSION}.1" LANGUAGES CXX)
88
set(PRE_STAGE "")
99
string(JOIN ~ FULL_VERSION ${PROJECT_VERSION} ${PRE_STAGE})
1010

0 commit comments

Comments
 (0)