diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-05-05 14:19:36 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-05-05 14:19:36 (GMT) |
commit | 1490cecaf38d3e11bd35cfdcac59c514c6a013e6 (patch) | |
tree | ace5aa40793e1a191c7f13cc53f394f2146c8051 /Source/cmCPluginAPI.h | |
parent | 23798f8a220093598270ef272dc1b1845c5729f4 (diff) | |
download | CMake-1490cecaf38d3e11bd35cfdcac59c514c6a013e6.zip CMake-1490cecaf38d3e11bd35cfdcac59c514c6a013e6.tar.gz CMake-1490cecaf38d3e11bd35cfdcac59c514c6a013e6.tar.bz2 |
ENH: move version to 2.1 for cvs because 2.0 has been branched
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" { |