diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-03 07:07:54 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-03 07:07:54 (GMT) |
commit | 814d83f120541606f4f8de83c6f240c53fd69784 (patch) | |
tree | 7318eb2229a4d1278d1391e021d31ba97ea80c49 /Source | |
parent | 54143f097906e38b971eb0994b7127b35c431ffb (diff) | |
download | CMake-814d83f120541606f4f8de83c6f240c53fd69784.zip CMake-814d83f120541606f4f8de83c6f240c53fd69784.tar.gz CMake-814d83f120541606f4f8de83c6f240c53fd69784.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 ed719db..de352ee 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-04-02 06:44:04 +0000"; + std::string cver = "Date: 2007-04-03 07:07:54 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |