summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-04 11:38:50 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-04 11:38:50 (GMT)
commit66faeeeab4fb77800afdab5c9ea73ad71873fb71 (patch)
tree562d1bb6a71eb39cbc50ebdb51aa115f24d3a6fe /Source
parent6e217924ce793d1dec2a10a755ff5663bc57cbb7 (diff)
downloadCMake-66faeeeab4fb77800afdab5c9ea73ad71873fb71.zip
CMake-66faeeeab4fb77800afdab5c9ea73ad71873fb71.tar.gz
CMake-66faeeeab4fb77800afdab5c9ea73ad71873fb71.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 e3f1cd3..4655af8 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-04-03 11:37:49 +0000";
+ std::string cver = "Date: 2006-04-04 11:38:50 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;