diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-08 05:41:57 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-08 05:41:57 (GMT) |
commit | f73a58803c7b4bd1157b8b8e1051e5f9a561b96a (patch) | |
tree | 288b0bc9be077855dff7e4dc090bed2b6283a00a | |
parent | bb9c112a4239ab6bacd92d6605c0946a44a52d56 (diff) | |
download | CMake-f73a58803c7b4bd1157b8b8e1051e5f9a561b96a.zip CMake-f73a58803c7b4bd1157b8b8e1051e5f9a561b96a.tar.gz CMake-f73a58803c7b4bd1157b8b8e1051e5f9a561b96a.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 bec0536..c65eafa 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-01-07 05:43:21 +0000"; + std::string cver = "Date: 2006-01-08 05:41:57 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |