diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-06 11:39:49 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-06 11:39:49 (GMT) |
commit | 50ba863f6dcb7a38514be1a7fae0b567eb7a4265 (patch) | |
tree | 1fbb3e2a3d8d338098178d24ba6d416401de03dd /Source/cmVersion.cxx | |
parent | 79da27222a438989cb891be3fc2016853f0c5a44 (diff) | |
download | CMake-50ba863f6dcb7a38514be1a7fae0b567eb7a4265.zip CMake-50ba863f6dcb7a38514be1a7fae0b567eb7a4265.tar.gz CMake-50ba863f6dcb7a38514be1a7fae0b567eb7a4265.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 c9f97c0..5bb31a0 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-04-05 11:31:44 +0000"; + std::string cver = "Date: 2006-04-06 11:39:49 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |