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