diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-07 02:57:26 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-07 02:57:26 (GMT) |
commit | 10e297382d8423328239dd0a468894b28847b331 (patch) | |
tree | 9dd95d885b5858ca862340bece719ccacb22c163 /Source/cmVersion.cxx | |
parent | 4aac0b6e10531dfa43fa470d03073d5329d30681 (diff) | |
download | CMake-10e297382d8423328239dd0a468894b28847b331.zip CMake-10e297382d8423328239dd0a468894b28847b331.tar.gz CMake-10e297382d8423328239dd0a468894b28847b331.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 3f0bd9b..166585d 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-09-06 03:01:52 +0000"; + std::string cver = "Date: 2007-09-07 02:57:26 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |