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 3030d6b commit 710bc6aCopy full SHA for 710bc6a
IGC/CMakeLists.txt
@@ -32,7 +32,7 @@ endif()
32
33
# Increment IGC_API_MAJOR_VERSION if there is ABI Change.
34
if(NOT DEFINED IGC_API_MAJOR_VERSION)
35
- set(IGC_API_MAJOR_VERSION 2)
+ set(IGC_API_MAJOR_VERSION 1)
36
endif()
37
if(NOT DEFINED IGC_API_MINOR_VERSION)
38
set(IGC_API_MINOR_VERSION 0)
0 commit comments