diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-05 13:05:41 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-05 13:05:41 (GMT) |
commit | 7b6f03423dfa90499faf04f7d6b9dba561bb95ef (patch) | |
tree | 715b58a02427308297d62e11c8d0b8b394b6f172 /Source | |
parent | 442147504feaf30b90aac3404b2db13d93dae980 (diff) | |
download | CMake-7b6f03423dfa90499faf04f7d6b9dba561bb95ef.zip CMake-7b6f03423dfa90499faf04f7d6b9dba561bb95ef.tar.gz CMake-7b6f03423dfa90499faf04f7d6b9dba561bb95ef.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 5f96101..3eef4ac 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: 2007-06-04 21:16:10 +0000"; + std::string cver = "Date: 2007-06-05 13:05:41 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |