diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-09-29 08:55:12 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-09-29 08:55:12 (GMT) |
commit | e12cf33d82158daa2e3cf579ed605079839a33ef (patch) | |
tree | 3c2be94c090902743d54b5e3f06cbf9561d53872 /Source | |
parent | 082b86ae9902f089342a3ff3dafedb73b77ba716 (diff) | |
download | CMake-e12cf33d82158daa2e3cf579ed605079839a33ef.zip CMake-e12cf33d82158daa2e3cf579ed605079839a33ef.tar.gz CMake-e12cf33d82158daa2e3cf579ed605079839a33ef.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 a201de1..24b3b1e 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-09-28 08:55:07 +0000"; + std::string cver = "Date: 2005-09-29 08:55:12 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |