diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-06 07:11:32 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-06 07:11:32 (GMT) |
commit | c081c7ef99a334152e7a2c80d87c9e0f4c0f9b8c (patch) | |
tree | ca5f7cfffe3cea75cb432aa80af032ce0ba44762 /Source | |
parent | 06f939a525c027a33cb5de352ce123899c8ae2c6 (diff) | |
download | CMake-c081c7ef99a334152e7a2c80d87c9e0f4c0f9b8c.zip CMake-c081c7ef99a334152e7a2c80d87c9e0f4c0f9b8c.tar.gz CMake-c081c7ef99a334152e7a2c80d87c9e0f4c0f9b8c.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 846be0e..1d63f7c 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-02-05 07:06:02 +0000"; + std::string cver = "Date: 2006-02-06 07:11:32 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |