瀏覽代碼

STYLE: Nightly Version update

Andy Cedilnik 19 年之前
父節點
當前提交
a3877bf136
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmVersion.cxx

+ 1 - 1
Source/cmVersion.cxx

@@ -19,7 +19,7 @@
 std::string cmVersion::GetReleaseVersion()
 {
 #if CMake_VERSION_MINOR & 1
-  std::string cver = "Date: 2007-01-21 02:05:39 +0000";
+  std::string cver = "Date: 2007-01-22 01:07:33 +0000";
   std::string res = "";
   std::string::size_type cc, len = cver.size();
   bool aftercol = false;