summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-06 15:55:07 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-06 15:55:07 (GMT)
commit19398fd2c8a0bd1de6963374755aa594d7adc11b (patch)
tree9a6a69431d9b9ed28582055245d4f4c67a8e33a9
parent22a434121a31c20ff5a32b2a2ab51625cb388b1b (diff)
downloadCMake-19398fd2c8a0bd1de6963374755aa594d7adc11b.zip
CMake-19398fd2c8a0bd1de6963374755aa594d7adc11b.tar.gz
CMake-19398fd2c8a0bd1de6963374755aa594d7adc11b.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 6a1a0ed..4e0694f 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-05 13:19:58 +0000";
+ std::string cver = "Date: 2005-12-06 15:55:07 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;