diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-05 19:35:08 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-05 19:35:08 (GMT) |
commit | 0845d0e982ba6c107f6723fca3f15dead009faed (patch) | |
tree | 01d7940f6a62b869a19c8558f10717368cefb166 | |
parent | 1a165dc60de12499eb3610db7efcc5fcbf48b780 (diff) | |
download | CMake-0845d0e982ba6c107f6723fca3f15dead009faed.zip CMake-0845d0e982ba6c107f6723fca3f15dead009faed.tar.gz CMake-0845d0e982ba6c107f6723fca3f15dead009faed.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 87531f6..2443f9a 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-03 08:03:58 +0000"; + std::string cver = "Date: 2005-06-05 19:35:08 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |