diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-26 10:25:49 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-26 10:25:49 (GMT) |
commit | 6f4788e5ff17b7a42e671b915d8fed2ce00230b8 (patch) | |
tree | ed4108e90b4690509fe5ad5b70da78493284667e /Source/cmVersion.cxx | |
parent | 325411956b46f54dd98a59b33e87f26ef513970b (diff) | |
download | CMake-6f4788e5ff17b7a42e671b915d8fed2ce00230b8.zip CMake-6f4788e5ff17b7a42e671b915d8fed2ce00230b8.tar.gz CMake-6f4788e5ff17b7a42e671b915d8fed2ce00230b8.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 5a28386..9363c74 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: 2004-12-25 10:21:41 +0000"; + std::string cver = "Date: 2004-12-26 10:25:49 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |