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

STYLE: Nightly Version update

Andy Cedilnik 20 жил өмнө
parent
commit
02ed1e61d9
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: 2005-04-11 08:58:27 +0000";
+  std::string cver = "Date: 2005-04-12 07:09:59 +0000";
   std::string res = "";
   std::string::size_type cc, len = cver.size();
   bool aftercol = false;