diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-31 17:09:36 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-31 17:09:36 (GMT) |
commit | a8d79ab9cc5a957824773ec44e31ef4ac0e1e273 (patch) | |
tree | 9c338a8d05a8850685c56dc0a667d392461cc312 /Source | |
parent | 726e3cbaf1d8aea1aaeab7fb5879915e9d56bc22 (diff) | |
download | CMake-a8d79ab9cc5a957824773ec44e31ef4ac0e1e273.zip CMake-a8d79ab9cc5a957824773ec44e31ef4ac0e1e273.tar.gz CMake-a8d79ab9cc5a957824773ec44e31ef4ac0e1e273.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 e4b2de2..65d913a 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-10-30 13:01:58 +0000"; + std::string cver = "Date: 2005-10-31 17:09:36 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |