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 fdc6004 commit e6a8ee6Copy full SHA for e6a8ee6
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 20)
+ set(IGC_API_MINOR_VERSION 21)
39
40
if(NOT DEFINED IGC_API_PATCH_VERSION)
41
set(IGC_API_PATCH_VERSION 0)
0 commit comments