diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-10 11:58:18 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-10 11:58:18 (GMT) |
commit | 3883b38b7ea9b004b6e75a10fce384d7675b1ff1 (patch) | |
tree | 5dd0b2ae3d58c07d333f2da41fb936b1530a768b /Source/cmVersion.cxx | |
parent | f3023d5a38f454ae1d25654f3f188991f83eb175 (diff) | |
download | CMake-3883b38b7ea9b004b6e75a10fce384d7675b1ff1.zip CMake-3883b38b7ea9b004b6e75a10fce384d7675b1ff1.tar.gz CMake-3883b38b7ea9b004b6e75a10fce384d7675b1ff1.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 d98775c..5d2119b 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: 2006-05-09 12:22:31 +0000"; + std::string cver = "Date: 2006-05-10 11:58:18 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |