diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-01 07:32:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-01 07:32:30 (GMT) |
commit | d231a422ed888acf774ff251a640e092957ec844 (patch) | |
tree | cde6486fd16f5788ef971c8385d231e97f592e81 /Source | |
parent | e6b8706225c2b7f6dfd85855bd821ec4ab9ff765 (diff) | |
download | CMake-d231a422ed888acf774ff251a640e092957ec844.zip CMake-d231a422ed888acf774ff251a640e092957ec844.tar.gz CMake-d231a422ed888acf774ff251a640e092957ec844.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 88fc130..c5611f8 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-28 07:32:38 +0000"; + std::string cver = "Date: 2006-03-01 07:32:30 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |