Skip to content

Commit 710bc6a

Browse files
committed
Revert " Increment major version"
This reverts commit 6d3d094.
1 parent 3030d6b commit 710bc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ endif()
3232

3333
# Increment IGC_API_MAJOR_VERSION if there is ABI Change.
3434
if(NOT DEFINED IGC_API_MAJOR_VERSION)
35-
set(IGC_API_MAJOR_VERSION 2)
35+
set(IGC_API_MAJOR_VERSION 1)
3636
endif()
3737
if(NOT DEFINED IGC_API_MINOR_VERSION)
3838
set(IGC_API_MINOR_VERSION 0)

0 commit comments

Comments
 (0)