diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-07-12 21:24:07 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-07-12 21:24:07 (GMT) |
commit | f03db9ebbe9c14ccc2256ea5699ac04922d12dee (patch) | |
tree | 9b283b0050a7467e9f10721628b298fc0c8cf558 /Source/cmCPluginAPI.h | |
parent | d938397b1761dc69ba5554b668fab400876d0be1 (diff) | |
download | CMake-f03db9ebbe9c14ccc2256ea5699ac04922d12dee.zip CMake-f03db9ebbe9c14ccc2256ea5699ac04922d12dee.tar.gz CMake-f03db9ebbe9c14ccc2256ea5699ac04922d12dee.tar.bz2 |
ENH: change version
Diffstat (limited to 'Source/cmCPluginAPI.h')
-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" { |