diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmCPluginAPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCPluginAPI.h b/Source/cmCPluginAPI.h index 2d61e71..a0dce53 100644 --- a/Source/cmCPluginAPI.h +++ b/Source/cmCPluginAPI.h @@ -26,7 +26,7 @@ #define cmCPluginAPI_h #define CMAKE_VERSION_MAJOR 2 -#define CMAKE_VERSION_MINOR 1 +#define CMAKE_VERSION_MINOR 3 #ifdef __cplusplus extern "C" { |