summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-04 02:41:36 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-04 02:41:36 (GMT)
commit27294f51eae27bef208357231552302de44b4977 (patch)
treef67bd1b2e000ec7effe7bb2515c743edada365e6 /Source
parent19b91cc41beecfc5e29dea84c60f04bad6a1ed96 (diff)
downloadCMake-27294f51eae27bef208357231552302de44b4977.zip
CMake-27294f51eae27bef208357231552302de44b4977.tar.gz
CMake-27294f51eae27bef208357231552302de44b4977.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 297e9a5..5d9bc34 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: 2007-02-03 02:28:19 +0000";
+ std::string cver = "Date: 2007-02-04 02:41:36 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;