summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-05 09:22:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-05 09:22:34 (GMT)
commitfa8a0c635daac0c5c1d5a55c6502ee572ee1c31d (patch)
treee8e46df5acd6caed7c1a6ff7838570ae2612c318 /Source
parent7e5d474be69180e04687c61a9eb8cca0830f8a63 (diff)
downloadCMake-fa8a0c635daac0c5c1d5a55c6502ee572ee1c31d.zip
CMake-fa8a0c635daac0c5c1d5a55c6502ee572ee1c31d.tar.gz
CMake-fa8a0c635daac0c5c1d5a55c6502ee572ee1c31d.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 2e4e77d..69abd4a 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-04 09:36:09 +0000";
+ std::string cver = "Date: 2004-12-05 09:22:34 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;