summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-19 13:08:45 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-19 13:08:45 (GMT)
commit056b7f0a538a111412528c71789fd63a0a4d2c66 (patch)
tree1d9bff13e1fb3b63063c1fcdf9bf81a83024c1ef /Source
parent23c0fca74a519b7a36d3eaf27c80746f1786f1df (diff)
downloadCMake-056b7f0a538a111412528c71789fd63a0a4d2c66.zip
CMake-056b7f0a538a111412528c71789fd63a0a4d2c66.tar.gz
CMake-056b7f0a538a111412528c71789fd63a0a4d2c66.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 c2efb3c..0e18652 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: 2006-11-18 13:08:34 +0000";
+ std::string cver = "Date: 2006-11-19 13:08:45 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;