Skip to content

Commit

Permalink
0.8.1.1
Browse files Browse the repository at this point in the history
Because 0.8.1 was shipped without changes made in this branch :(
  • Loading branch information
KitsuneRal committed Aug 18, 2023
1 parent 688b7ea commit f937c90
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.8")
project(Quotient VERSION "${API_VERSION}.1" LANGUAGES CXX)
project(Quotient VERSION "${API_VERSION}.1.1" LANGUAGES CXX)

message(STATUS)
message(STATUS "Configuring ${PROJECT_NAME} ${PROJECT_VERSION} ==>")
Expand Down

0 comments on commit f937c90

Please sign in to comment.