diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-08-11 18:41:43 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-08-11 18:41:43 (GMT) |
commit | 3c1292a388d7ef95dc628b03143a3691037596bd (patch) | |
tree | 962155a3bdfabfedf96058342a1515ac1b47e394 /Source/cmCPluginAPI.h | |
parent | 8bbabb855941552cb101bd136517e1c34ea1735e (diff) | |
download | CMake-3c1292a388d7ef95dc628b03143a3691037596bd.zip CMake-3c1292a388d7ef95dc628b03143a3691037596bd.tar.gz CMake-3c1292a388d7ef95dc628b03143a3691037596bd.tar.bz2 |
version 19
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 35056c3..c5fd694 100644 --- a/Source/cmCPluginAPI.h +++ b/Source/cmCPluginAPI.h @@ -26,7 +26,7 @@ #define cmCPluginAPI_h #define CMAKE_VERSION_MAJOR 1 -#define CMAKE_VERSION_MINOR 7 +#define CMAKE_VERSION_MINOR 9 #ifdef __cplusplus extern "C" { |