diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-29 08:15:51 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-29 08:15:51 (GMT) |
commit | 1e6da64fc3c6083f4411c3628908857623b9982d (patch) | |
tree | fd627caee61307c3a3f3aaf29f0b60c28879bdeb /Source/cmVersion.cxx | |
parent | 064ca3834b213152110ce8f2c099d1a2bb65eaff (diff) | |
download | CMake-1e6da64fc3c6083f4411c3628908857623b9982d.zip CMake-1e6da64fc3c6083f4411c3628908857623b9982d.tar.gz CMake-1e6da64fc3c6083f4411c3628908857623b9982d.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 ef933c0..aab1c64 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-04-28 09:07:50 +0000"; + std::string cver = "Date: 2005-04-29 08:15:51 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |