summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-31 06:08:08 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-31 06:08:08 (GMT)
commitd512118079a7cf2a21dac13a29aaaa0563ef9e0e (patch)
tree939af0e81dc6c5058cc9fec999b9877b8d032842
parent14606c99020c658d4751138d4d9a48fd290d0cda (diff)
downloadCMake-d512118079a7cf2a21dac13a29aaaa0563ef9e0e.zip
CMake-d512118079a7cf2a21dac13a29aaaa0563ef9e0e.tar.gz
CMake-d512118079a7cf2a21dac13a29aaaa0563ef9e0e.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 96bdf17..f0f2a97 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: 2005-12-30 06:11:57 +0000";
+ std::string cver = "Date: 2005-12-31 06:08:08 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;