diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-17 12:14:56 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-17 12:14:56 (GMT) |
commit | dca00d735e9c83827aa949c409ccf88313f02846 (patch) | |
tree | 66ad7cb3c83759169bb8d06d924d724dbc47701e | |
parent | 22971652e04e0481482133c3f6fbc3c91d9becb5 (diff) | |
download | CMake-dca00d735e9c83827aa949c409ccf88313f02846.zip CMake-dca00d735e9c83827aa949c409ccf88313f02846.tar.gz CMake-dca00d735e9c83827aa949c409ccf88313f02846.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 98ad6c4..e4979c5 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-07-16 12:13:43 +0000"; + std::string cver = "Date: 2006-07-17 12:14:56 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |