summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-09 03:08:18 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-09 03:08:18 (GMT)
commit0e1ae13f7c91774b6fca3835b422634a6f0f36b9 (patch)
treec14e720b9cac9c3aa706c90ad99ba25fff51ab64 /Source
parent83466bf12eb2dfb51aa2ed49478e543db2530c97 (diff)
downloadCMake-0e1ae13f7c91774b6fca3835b422634a6f0f36b9.zip
CMake-0e1ae13f7c91774b6fca3835b422634a6f0f36b9.tar.gz
CMake-0e1ae13f7c91774b6fca3835b422634a6f0f36b9.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 742eeca..46ed22f 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-08 03:02:34 +0000";
+ std::string cver = "Date: 2007-02-09 03:08:18 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;