diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-15 09:42:41 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-15 09:42:41 (GMT) |
commit | 78a4164c4b64b4291a934385268caa8174853074 (patch) | |
tree | d36c01209ff3d9c18d5d2b369d9e4f915c0de668 /Source | |
parent | 0ea908192332a31d19cc58e715e1931a9b363efe (diff) | |
download | CMake-78a4164c4b64b4291a934385268caa8174853074.zip CMake-78a4164c4b64b4291a934385268caa8174853074.tar.gz CMake-78a4164c4b64b4291a934385268caa8174853074.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 8c7f6f6..248dffc 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-06-14 07:02:06 +0000"; + std::string cver = "Date: 2005-06-15 09:42:41 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |