diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-04 14:07:25 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-04 14:07:25 (GMT) |
commit | 8268d16bbb8275564f6650317665600a94c2b716 (patch) | |
tree | c2186d7003179efbfac9dafcbae4403b30a9d4d5 /Source/cmVersion.cxx | |
parent | 3e6a1f9afa359fc9af442d9e9173dafd24ddf151 (diff) | |
download | CMake-8268d16bbb8275564f6650317665600a94c2b716.zip CMake-8268d16bbb8275564f6650317665600a94c2b716.tar.gz CMake-8268d16bbb8275564f6650317665600a94c2b716.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 a9c8a6c..dcf0937 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-05-03 12:16:43 +0000"; + std::string cver = "Date: 2006-05-04 14:07:25 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |