diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-31 08:40:52 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-31 08:40:52 (GMT) |
commit | b442634418e80ad42d03a0bca1d06d388e972a22 (patch) | |
tree | df17ea25baf95bfd2a50ed4b0052de536b144092 | |
parent | ec77c0084849c3a3d6dab0d1454f73540cf1b29e (diff) | |
download | CMake-b442634418e80ad42d03a0bca1d06d388e972a22.zip CMake-b442634418e80ad42d03a0bca1d06d388e972a22.tar.gz CMake-b442634418e80ad42d03a0bca1d06d388e972a22.tar.bz2 |
STYLE: Nightly Version update
-rw-r--r-- | Source/cmVersion.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx index 7c1d65e..67d3c40 100644 --- a/Source/cmVersion.cxx +++ b/Source/cmVersion.cxx @@ -19,7 +19,7 @@ std::string cmVersion::GetReleaseVersion() { #if CMake_VERSION_MINOR & 1 - std::string cver = "Date: 2004-10-30 08:32:35 +0000"; + std::string cver = "Date: 2004-10-31 08:40:52 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |