diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-07 08:09:10 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-07 08:09:10 (GMT) |
commit | 06ee4fc7b890ad6c635b2624fd9ac02507ce864a (patch) | |
tree | f2ee4b8584c4e26456f9bc18e978732bb6ab2e5a | |
parent | 3a839f7c3ad7a7c98204c9bc391b1053a887e941 (diff) | |
download | CMake-06ee4fc7b890ad6c635b2624fd9ac02507ce864a.zip CMake-06ee4fc7b890ad6c635b2624fd9ac02507ce864a.tar.gz CMake-06ee4fc7b890ad6c635b2624fd9ac02507ce864a.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 7db9c7d..67dd189 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: 2005-06-06 08:19:11 +0000"; + std::string cver = "Date: 2005-06-07 08:09:10 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |