summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-06 10:00:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-06 10:00:58 (GMT)
commite3bb6683dedc2e896689a2b202a5c1ee6e373e18 (patch)
tree1763d9cb32f9ef22abb37baf6af5da96eb10cb6c
parentfa8a0c635daac0c5c1d5a55c6502ee572ee1c31d (diff)
downloadCMake-e3bb6683dedc2e896689a2b202a5c1ee6e373e18.zip
CMake-e3bb6683dedc2e896689a2b202a5c1ee6e373e18.tar.gz
CMake-e3bb6683dedc2e896689a2b202a5c1ee6e373e18.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 69abd4a..9c915ec 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-05 09:22:34 +0000";
+ std::string cver = "Date: 2004-12-06 10:00:58 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;