summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-29 11:21:54 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-29 11:21:54 (GMT)
commitb3b60f5adace55a6ea59417dbbb9af95481d273f (patch)
tree776b235132549e1e247d4b6350f561e1337f1aeb /Source
parent9e1f7773e9e993dd4e9834cc58a232b70b6fcdaf (diff)
downloadCMake-b3b60f5adace55a6ea59417dbbb9af95481d273f.zip
CMake-b3b60f5adace55a6ea59417dbbb9af95481d273f.tar.gz
CMake-b3b60f5adace55a6ea59417dbbb9af95481d273f.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 5ec9df6..8722b3f 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-07-28 12:19:10 +0000";
+ std::string cver = "Date: 2006-07-29 11:21:54 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;