summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-01 07:24:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-01 07:24:52 (GMT)
commite1d562db885bfb74a7dac37e895337ea15bbc16f (patch)
tree81ba6cd697663946f08b2ecdfcce35f94bdaa80c /Source
parent73284a1c12c6707b802233111a7c1e5e18c94c14 (diff)
downloadCMake-e1d562db885bfb74a7dac37e895337ea15bbc16f.zip
CMake-e1d562db885bfb74a7dac37e895337ea15bbc16f.tar.gz
CMake-e1d562db885bfb74a7dac37e895337ea15bbc16f.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 967bbda..d85fb94 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: 2006-01-31 10:09:47 +0000";
+ std::string cver = "Date: 2006-02-01 07:24:52 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;