diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-29 10:23:58 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-29 10:23:58 (GMT) |
commit | 0ab7b0988c00aa6a21d6427516cf8b0cef3b3946 (patch) | |
tree | 048d99809a43491adb1701aa4f886727bca51c70 /Source/cmVersion.cxx | |
parent | 110ce95fc880b91baadd18d2e8979bc4854d2263 (diff) | |
download | CMake-0ab7b0988c00aa6a21d6427516cf8b0cef3b3946.zip CMake-0ab7b0988c00aa6a21d6427516cf8b0cef3b3946.tar.gz CMake-0ab7b0988c00aa6a21d6427516cf8b0cef3b3946.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 5dbfb25..5985658 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-01-28 10:20:02 +0000"; + std::string cver = "Date: 2005-01-29 10:23:58 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |