summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-16 10:52:09 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-16 10:52:09 (GMT)
commit4bf392e8323f9303aa7c6745bae9a96772fb8626 (patch)
tree4c9bdc681e94acdf790d348b0439e8e266424f70 /Source/cmVersion.cxx
parentfa28d7225c938de71c3c07387633c40f5a0298ca (diff)
downloadCMake-4bf392e8323f9303aa7c6745bae9a96772fb8626.zip
CMake-4bf392e8323f9303aa7c6745bae9a96772fb8626.tar.gz
CMake-4bf392e8323f9303aa7c6745bae9a96772fb8626.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 23cbf86..20b545c 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: 2004-12-15 10:46:21 +0000";
+ std::string cver = "Date: 2004-12-16 10:52:09 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;