diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-11-26 12:12:19 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-11-26 12:12:19 (GMT) |
commit | a72f4c0052444a67837d2ab0259e2618213053b4 (patch) | |
tree | 5e215c7ec75ffda60b1320feab307b9e10158be9 | |
parent | 11e1ac0b665b21eb8c4f8f302ee4cc187d19fc34 (diff) | |
download | CMake-a72f4c0052444a67837d2ab0259e2618213053b4.zip CMake-a72f4c0052444a67837d2ab0259e2618213053b4.tar.gz CMake-a72f4c0052444a67837d2ab0259e2618213053b4.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 43f3555..1aab428 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-11-26 02:43:24 +0000"; + std::string cver = "Date: 2006-11-26 12:12:19 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |