diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-21 14:27:28 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-21 14:27:28 (GMT) |
commit | 40aa67e5896cdd9998579e956659421fcb267745 (patch) | |
tree | 01da73f5f88dde67fea232c712041afc913e66ff /Source/cmVersion.cxx | |
parent | 58e8bfb849596fb1b9940f22632d9637b0d7e0c4 (diff) | |
download | CMake-40aa67e5896cdd9998579e956659421fcb267745.zip CMake-40aa67e5896cdd9998579e956659421fcb267745.tar.gz CMake-40aa67e5896cdd9998579e956659421fcb267745.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 ac50ec4..86c3176 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-20 12:06:41 +0000"; + std::string cver = "Date: 2006-05-21 14:27:28 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |