diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-27 10:24:40 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-27 10:24:40 (GMT) |
commit | 3575fed90c8af7506162560d3b1e83c9c6776635 (patch) | |
tree | facf8b324b09d96d4002285d7118998a9671b545 /Source/cmVersion.cxx | |
parent | a5a9822080e5b100df69c87c22207aba5d0711d4 (diff) | |
download | CMake-3575fed90c8af7506162560d3b1e83c9c6776635.zip CMake-3575fed90c8af7506162560d3b1e83c9c6776635.tar.gz CMake-3575fed90c8af7506162560d3b1e83c9c6776635.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 ac67859..52c03bd 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: 2005-01-26 10:59:57 +0000"; + std::string cver = "Date: 2005-01-27 10:24:40 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |