diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-09-14 13:09:15 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-09-14 13:09:15 (GMT) |
commit | 070f58186af228c99fade3d7fe9f69e089845a78 (patch) | |
tree | 4a1d260eb0cc918d477ee2ebb9345c65305d5c8e /Source | |
parent | 6a347e9858da9540f6f9df9a3c669a1a21e15bd8 (diff) | |
download | CMake-070f58186af228c99fade3d7fe9f69e089845a78.zip CMake-070f58186af228c99fade3d7fe9f69e089845a78.tar.gz CMake-070f58186af228c99fade3d7fe9f69e089845a78.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 b394455..4337c8c 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-09-13 12:55:46 +0000"; + std::string cver = "Date: 2006-09-14 13:09:15 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |