summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-25 10:21:41 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-25 10:21:41 (GMT)
commit325411956b46f54dd98a59b33e87f26ef513970b (patch)
treef2e439e8a27404045e4eb805330a3c431f082cdc /Source
parentae6a10343bc6883d2abf445369582b1c8aa2100b (diff)
downloadCMake-325411956b46f54dd98a59b33e87f26ef513970b.zip
CMake-325411956b46f54dd98a59b33e87f26ef513970b.tar.gz
CMake-325411956b46f54dd98a59b33e87f26ef513970b.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 7651e8a..5a28386 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-24 10:16:58 +0000";
+ std::string cver = "Date: 2004-12-25 10:21:41 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;