From 1490cecaf38d3e11bd35cfdcac59c514c6a013e6 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 5 May 2004 10:19:36 -0400 Subject: ENH: move version to 2.1 for cvs because 2.0 has been branched --- Source/cmCPluginAPI.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/cmCPluginAPI.h') diff --git a/Source/cmCPluginAPI.h b/Source/cmCPluginAPI.h index c5fd694b0f..2d61e711f2 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" { -- cgit v1.2.1