diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-09 07:26:04 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-09 07:26:04 (GMT) |
commit | 796e82da9d58a628e7887224d0696dcddeec7a4c (patch) | |
tree | 7e44aca2c1ca27f0c9752e9986a76d1f4b804c54 /Source | |
parent | 5a847aa7bf07aff08ecaf0ff535d59408afcb9b4 (diff) | |
download | CMake-796e82da9d58a628e7887224d0696dcddeec7a4c.zip CMake-796e82da9d58a628e7887224d0696dcddeec7a4c.tar.gz CMake-796e82da9d58a628e7887224d0696dcddeec7a4c.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 e377253..167a91a 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-03-08 07:26:43 +0000"; + std::string cver = "Date: 2005-03-09 07:26:04 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |