summaryrefslogtreecommitdiff
path: root/Source/cmCPluginAPI.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-05-05 10:19:36 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2004-05-05 10:19:36 -0400
commit1490cecaf38d3e11bd35cfdcac59c514c6a013e6 (patch)
treeace5aa40793e1a191c7f13cc53f394f2146c8051 /Source/cmCPluginAPI.h
parent23798f8a220093598270ef272dc1b1845c5729f4 (diff)
downloadcmake-1490cecaf38d3e11bd35cfdcac59c514c6a013e6.tar.gz
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.h4
1 files changed, 2 insertions, 2 deletions
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" {