diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-19 07:38:05 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-19 07:38:05 (GMT) |
commit | 8838e720d8a95b2f22b3d461627ee0cd32c9435a (patch) | |
tree | d1a70ea3f535911f29a5359c323e4996d6be7d2a /Source/cmVersion.cxx | |
parent | 0fe5f14c284c1817f9248e5238561dac60639927 (diff) | |
download | CMake-8838e720d8a95b2f22b3d461627ee0cd32c9435a.zip CMake-8838e720d8a95b2f22b3d461627ee0cd32c9435a.tar.gz CMake-8838e720d8a95b2f22b3d461627ee0cd32c9435a.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 d309856..55914fd 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-03-18 07:34:50 +0000"; + std::string cver = "Date: 2005-03-19 07:38:05 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |