diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-21 12:05:37 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-21 12:05:37 (GMT) |
commit | 8a357d9c8afc2bcc5d565eb935a2463252e77881 (patch) | |
tree | fecb3c6b1d2d6bdb53506d40f2598bb241ed3f25 | |
parent | 30c746d8c522d882d50dadb2d91ced4e932cb1e3 (diff) | |
download | CMake-8a357d9c8afc2bcc5d565eb935a2463252e77881.zip CMake-8a357d9c8afc2bcc5d565eb935a2463252e77881.tar.gz CMake-8a357d9c8afc2bcc5d565eb935a2463252e77881.tar.bz2 |
STYLE: Nightly Version update
-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 dab28dc..844870c 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-07-20 12:18:34 +0000"; + std::string cver = "Date: 2006-07-21 12:05:37 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |