summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-28 10:23:18 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-28 10:23:18 (GMT)
commitc0f2658e326b5f8ee640eb5e35239f198a577459 (patch)
tree394cae7de63ba9d10be9509fe96f28b08ab51fc0
parent9906ba253d26e27a1a47a772ad911eceaa9937ef (diff)
downloadCMake-c0f2658e326b5f8ee640eb5e35239f198a577459.zip
CMake-c0f2658e326b5f8ee640eb5e35239f198a577459.tar.gz
CMake-c0f2658e326b5f8ee640eb5e35239f198a577459.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 124fa6f..9d31eaf 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-27 10:22:04 +0000";
+ std::string cver = "Date: 2004-12-28 10:23:18 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;