Skip to content

Commit

Permalink
Bump MINOR to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
pszymich authored and igcbot committed Jan 31, 2025
1 parent 1e48dc5 commit 3398eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IGC/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if(NOT DEFINED IGC_API_MAJOR_VERSION)
set(IGC_API_MAJOR_VERSION 2)
endif()
if(NOT DEFINED IGC_API_MINOR_VERSION)
set(IGC_API_MINOR_VERSION 7)
set(IGC_API_MINOR_VERSION 8)
endif()
if(NOT DEFINED IGC_API_PATCH_VERSION)
set(IGC_API_PATCH_VERSION 0)
Expand Down

0 comments on commit 3398eac

Please sign in to comment.