diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-18 18:48:46 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-18 18:48:46 (GMT) |
commit | bb4a2e1cb068152bab014843de6105475294119b (patch) | |
tree | caf371e1f9eff1723be1a42eee8fdb184b9ef37b /Source/cmCPluginAPI.h | |
parent | 7b4adecf9826bc6c099e0230c81549382517bf11 (diff) | |
download | CMake-bb4a2e1cb068152bab014843de6105475294119b.zip CMake-bb4a2e1cb068152bab014843de6105475294119b.tar.gz CMake-bb4a2e1cb068152bab014843de6105475294119b.tar.bz2 |
ENH: move version numbers to 2.5.0
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 76dbe4c..84f7906 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 3 +#define CMAKE_VERSION_MINOR 5 #ifdef __cplusplus extern "C" { |