diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-07 05:43:21 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-07 05:43:21 (GMT) |
commit | bb9c112a4239ab6bacd92d6605c0946a44a52d56 (patch) | |
tree | 88a971e57dd43e8d09aeb1be5f4e62e943448f03 /Source | |
parent | 0edceb38846f86f7e7cb0fff0fa0f8d50e876928 (diff) | |
download | CMake-bb9c112a4239ab6bacd92d6605c0946a44a52d56.zip CMake-bb9c112a4239ab6bacd92d6605c0946a44a52d56.tar.gz CMake-bb9c112a4239ab6bacd92d6605c0946a44a52d56.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 2d94e50..bec0536 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-06 05:43:34 +0000"; + std::string cver = "Date: 2006-01-07 05:43:21 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |