diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-06 11:57:00 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-06 11:57:00 (GMT) |
commit | d103721ac17ad8b95df407453206a158417d0e29 (patch) | |
tree | 71e7dd4c7cec76ce926cf13217c9f10887b5536d /Source/cmVersion.cxx | |
parent | a75f421751dc9dc4fee7b4aa8a9f697ecec38267 (diff) | |
download | CMake-d103721ac17ad8b95df407453206a158417d0e29.zip CMake-d103721ac17ad8b95df407453206a158417d0e29.tar.gz CMake-d103721ac17ad8b95df407453206a158417d0e29.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 6d60996..434e152 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: 2006-08-05 12:08:27 +0000"; + std::string cver = "Date: 2006-08-06 11:57:00 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |