summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-05 11:31:44 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-05 11:31:44 (GMT)
commit13bc9efe2e50629f4baf183bceec4bc193098ad8 (patch)
tree1d8eadf05574adc5a62b78e49811401040bdb5b1 /Source
parent58538732be4b78783aac4e45e2ce7bca41355495 (diff)
downloadCMake-13bc9efe2e50629f4baf183bceec4bc193098ad8.zip
CMake-13bc9efe2e50629f4baf183bceec4bc193098ad8.tar.gz
CMake-13bc9efe2e50629f4baf183bceec4bc193098ad8.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 4655af8..c9f97c0 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-04 11:38:50 +0000";
+ std::string cver = "Date: 2006-04-05 11:31:44 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;