diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-27 10:22:04 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-27 10:22:04 (GMT) |
commit | 9906ba253d26e27a1a47a772ad911eceaa9937ef (patch) | |
tree | ff38bfa2d5d98fd4a21096eafe683a659f77ab32 /Source | |
parent | 6f4788e5ff17b7a42e671b915d8fed2ce00230b8 (diff) | |
download | CMake-9906ba253d26e27a1a47a772ad911eceaa9937ef.zip CMake-9906ba253d26e27a1a47a772ad911eceaa9937ef.tar.gz CMake-9906ba253d26e27a1a47a772ad911eceaa9937ef.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 9363c74..124fa6f 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-26 10:25:49 +0000"; + std::string cver = "Date: 2004-12-27 10:22:04 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |