summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-04 09:20:13 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-04 09:20:13 (GMT)
commitdabb4ea14cb8cebdc828a0ebbb94f2b34f6799a6 (patch)
tree2a8ae2a812c2a6fc7feb82b41a76cf1b8234051f
parent18e302a377b4a72fb2aaea461a85da44f9d0f40d (diff)
downloadCMake-dabb4ea14cb8cebdc828a0ebbb94f2b34f6799a6.zip
CMake-dabb4ea14cb8cebdc828a0ebbb94f2b34f6799a6.tar.gz
CMake-dabb4ea14cb8cebdc828a0ebbb94f2b34f6799a6.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 eed00f5..bbc3953 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-10-03 09:59:41 +0000";
+ std::string cver = "Date: 2006-10-04 09:20:13 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;