Skip to content

Commit

Permalink
Bump MINOR to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pszymich authored and igcbot committed Dec 4, 2024
1 parent 6ed06e2 commit 9ea4b13
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 2)
set(IGC_API_MINOR_VERSION 3)
endif()
if(NOT DEFINED IGC_API_PATCH_VERSION)
set(IGC_API_PATCH_VERSION 0)
Expand Down

0 comments on commit 9ea4b13

Please sign in to comment.