diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-20 08:28:32 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-20 08:28:32 (GMT) |
commit | 34cf1b1265aad34da166b70d7a9b9d0c60d2e904 (patch) | |
tree | 37b42ccefe09d83c607b52d56ea36e6f528260af | |
parent | 1a1c523c983fbabdc6939192c68745d52e734648 (diff) | |
download | CMake-34cf1b1265aad34da166b70d7a9b9d0c60d2e904.zip CMake-34cf1b1265aad34da166b70d7a9b9d0c60d2e904.tar.gz CMake-34cf1b1265aad34da166b70d7a9b9d0c60d2e904.tar.bz2 |
STYLE: Nightly Version update
-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 f610d51..e4cb0fd 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-19 08:29:04 +0000"; + std::string cver = "Date: 2006-12-20 08:28:32 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |