summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-01 11:25:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-01 11:25:01 (GMT)
commit0689b4ed5f7a8807fea2eb0cd1d02d7d7ff1d176 (patch)
tree56db0f500d05c9a4a51b6f839e44ec97307d9b76
parent9bf52f70012a8cd5dd02a53ab9ea53aec17e0353 (diff)
downloadCMake-0689b4ed5f7a8807fea2eb0cd1d02d7d7ff1d176.zip
CMake-0689b4ed5f7a8807fea2eb0cd1d02d7d7ff1d176.tar.gz
CMake-0689b4ed5f7a8807fea2eb0cd1d02d7d7ff1d176.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index f172148..259e6a8 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-11-30 11:29:30 +0000";
+ std::string cver = "Date: 2004-12-01 11:25:01 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;