summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-22 12:58:26 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-22 12:58:26 (GMT)
commit4f784e3024aaeed31b75c90066cd113934ffe7fb (patch)
treed577ad6001102efeaee68831905948d32d0ba87a /Source/cmVersion.cxx
parent0839e905c6d501673aca580dcdf58170876cd28b (diff)
downloadCMake-4f784e3024aaeed31b75c90066cd113934ffe7fb.zip
CMake-4f784e3024aaeed31b75c90066cd113934ffe7fb.tar.gz
CMake-4f784e3024aaeed31b75c90066cd113934ffe7fb.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 4d3c52c..757fc13 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-08-21 12:29:11 +0000";
+ std::string cver = "Date: 2006-08-22 12:58:26 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;