소스 검색

updated version

Ken Martin 23 년 전
부모
커밋
e90d2dd9f8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Source/cmMakefile.h

+ 2 - 2
Source/cmMakefile.h

@@ -45,8 +45,8 @@ public:
    * Return major and minor version numbers for cmake.
    */
   static unsigned int GetMajorVersion() { return 1;}
-  static unsigned int GetMinorVersion() { return 5;}
-  static const char *GetReleaseVersion() { return "development";}
+  static unsigned int GetMinorVersion() { return 6;}
+  static const char *GetReleaseVersion() { return "beta 1";}
   
   /**
    * Return the major and minor version of the cmake that