summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-27 10:24:40 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-27 10:24:40 (GMT)
commit3575fed90c8af7506162560d3b1e83c9c6776635 (patch)
treefacf8b324b09d96d4002285d7118998a9671b545
parenta5a9822080e5b100df69c87c22207aba5d0711d4 (diff)
downloadCMake-3575fed90c8af7506162560d3b1e83c9c6776635.zip
CMake-3575fed90c8af7506162560d3b1e83c9c6776635.tar.gz
CMake-3575fed90c8af7506162560d3b1e83c9c6776635.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
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;