diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-01 02:06:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-01 02:06:35 (GMT) |
commit | fa858bc22ce2deba9004750d9c48bad4586de09b (patch) | |
tree | 67fcdd2d000b6ad0f9bf0c13a9550f55b6554b47 /Source/cmVersion.cxx | |
parent | 66580ab341f44b640346ac16bba02ea21d143b22 (diff) | |
download | CMake-fa858bc22ce2deba9004750d9c48bad4586de09b.zip CMake-fa858bc22ce2deba9004750d9c48bad4586de09b.tar.gz CMake-fa858bc22ce2deba9004750d9c48bad4586de09b.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 d9573de..1c82776 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: 2007-05-30 09:28:09 +0000"; + std::string cver = "Date: 2007-06-01 02:06:35 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |