summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-04 12:12:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-04 12:12:21 (GMT)
commitf3a3f1fb667a65c262a06aab51be21b6163e3ac5 (patch)
treebc810f0f517f70403d21088ca221c49e486ba7b6 /Source/cmVersion.cxx
parentbbd0beb2234623cb6c3eed1215f41713b2609ace (diff)
downloadCMake-f3a3f1fb667a65c262a06aab51be21b6163e3ac5.zip
CMake-f3a3f1fb667a65c262a06aab51be21b6163e3ac5.tar.gz
CMake-f3a3f1fb667a65c262a06aab51be21b6163e3ac5.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 b4caa04..8eb0640 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-03 12:11:59 +0000";
+ std::string cver = "Date: 2006-08-04 12:12:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;