We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c2623 commit 2286a31Copy full SHA for 2286a31
IGC/CMakeLists.txt
@@ -35,7 +35,7 @@ if(NOT DEFINED IGC_API_MAJOR_VERSION)
35
set(IGC_API_MAJOR_VERSION 2)
36
endif()
37
if(NOT DEFINED IGC_API_MINOR_VERSION)
38
- set(IGC_API_MINOR_VERSION 10)
+ set(IGC_API_MINOR_VERSION 11)
39
40
if(NOT DEFINED IGC_API_PATCH_VERSION)
41
set(IGC_API_PATCH_VERSION 0)
0 commit comments