diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-25 01:56:38 -0500 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-25 01:56:38 -0500 |
commit | bec82af4df920b31118dc31ef0ecd85a70a74628 (patch) | |
tree | 5e820c3efb367d4a74ace7d14a3be16355fda0f8 /Source | |
parent | 3d9610feec2219340e01b93c9cb20c75a68fdd82 (diff) | |
download | cmake-bec82af4df920b31118dc31ef0ecd85a70a74628.tar.gz |
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 1af0abc9b4..36d5430c13 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: 2006-02-24 07:24:39 +0000"; + std::string cver = "Date: 2006-02-25 06:56:38 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |