diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-12 07:53:15 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-12 07:53:15 (GMT) |
commit | e1c9730a0107c0c4af946afa25525c9de9dcd33b (patch) | |
tree | ab3c57924d461e14c220aae0e75138f248859c4f /Source/cmVersion.cxx | |
parent | c85069b290922572f9ef15a06ec1d0d0be3adaaa (diff) | |
download | CMake-e1c9730a0107c0c4af946afa25525c9de9dcd33b.zip CMake-e1c9730a0107c0c4af946afa25525c9de9dcd33b.tar.gz CMake-e1c9730a0107c0c4af946afa25525c9de9dcd33b.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 5187184..773622d 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-05-11 07:55:30 +0000"; + std::string cver = "Date: 2005-05-12 07:53:15 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |