diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-09 13:10:40 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-09 13:10:40 (GMT) |
commit | d00f7531042167d3e17951521470259e5f2ce3a7 (patch) | |
tree | a436533c8b3263f11686bd1a415e540a26ce9b60 /Source/cmVersion.cxx | |
parent | 7f11536704d9f971cf5c8b0a2b490ccc6af58588 (diff) | |
download | CMake-d00f7531042167d3e17951521470259e5f2ce3a7.zip CMake-d00f7531042167d3e17951521470259e5f2ce3a7.tar.gz CMake-d00f7531042167d3e17951521470259e5f2ce3a7.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 612a828..a6aec11 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-08 15:31:02 +0000"; + std::string cver = "Date: 2007-05-09 13:10:40 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |