1
0
Эх сурвалжийг харах

STYLE: Nightly Version update

Andy Cedilnik 19 жил өмнө
parent
commit
b177af76d0
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: 2006-09-10 01:06:39 +0000";
+  std::string cver = "Date: 2006-09-11 02:26:27 +0000";
   std::string res = "";
   std::string::size_type cc, len = cver.size();
   bool aftercol = false;