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 cee997f commit c890d2aCopy full SHA for c890d2a
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 1)
+ set(IGC_API_MINOR_VERSION 2)
39
40
if(NOT DEFINED IGC_API_PATCH_VERSION)
41
set(IGC_API_PATCH_VERSION 0)
0 commit comments