diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-05 09:17:52 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-05 09:17:52 (GMT) |
commit | ab620983564a3ce586fbf6ea3bee8abdb43a924f (patch) | |
tree | 5af763ee5828c87d28666b967e998bc4ebf46e83 /Source | |
parent | b83dffb50068ad053c1225367dda01825ef2f8bc (diff) | |
download | CMake-ab620983564a3ce586fbf6ea3bee8abdb43a924f.zip CMake-ab620983564a3ce586fbf6ea3bee8abdb43a924f.tar.gz CMake-ab620983564a3ce586fbf6ea3bee8abdb43a924f.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 3a9c424..9c07114 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-04 09:02:49 +0000"; + std::string cver = "Date: 2005-10-05 09:17:52 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |