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.
1 parent 882201b commit c442009Copy full SHA for c442009
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 16)
+ set(IGC_API_MINOR_VERSION 17)
39
40
if(NOT DEFINED IGC_API_PATCH_VERSION)
41
set(IGC_API_PATCH_VERSION 0)
0 commit comments