diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-19 08:29:04 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-19 08:29:04 (GMT) |
commit | 1a1c523c983fbabdc6939192c68745d52e734648 (patch) | |
tree | 77c34dd9c6943a2ebf4374d9e9d659b990ee09f5 /Source | |
parent | fa69ba942e160a2d4651b9272e144157e44e8598 (diff) | |
download | CMake-1a1c523c983fbabdc6939192c68745d52e734648.zip CMake-1a1c523c983fbabdc6939192c68745d52e734648.tar.gz CMake-1a1c523c983fbabdc6939192c68745d52e734648.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 13c378b..f610d51 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-12-18 08:24:12 +0000"; + std::string cver = "Date: 2006-12-19 08:29:04 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |