summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-24 05:52:03 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-24 05:52:03 (GMT)
commit04448b9e03a0d1b5a35024acd3069dbac5f92f81 (patch)
treea4166c3fad105768381d491ff77a9a0e66277779 /Source/cmVersion.cxx
parentcdc161f380e584e12db3dd2dadb8728301bab182 (diff)
downloadCMake-04448b9e03a0d1b5a35024acd3069dbac5f92f81.zip
CMake-04448b9e03a0d1b5a35024acd3069dbac5f92f81.tar.gz
CMake-04448b9e03a0d1b5a35024acd3069dbac5f92f81.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 6220359..d7f5cc9 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-04-23 03:55:06 +0000";
+ std::string cver = "Date: 2007-04-24 05:52:03 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;