summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-08 11:39:40 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-08 11:39:40 (GMT)
commit67e1f909569fda9d16319e11df0f8c8e0f375151 (patch)
tree3a6dba1ae9387b9449dc88e3b0fe17cb4cf0bd69
parent5cfa1b02ab48abe10f323846d9b8886946ac1954 (diff)
downloadCMake-67e1f909569fda9d16319e11df0f8c8e0f375151.zip
CMake-67e1f909569fda9d16319e11df0f8c8e0f375151.tar.gz
CMake-67e1f909569fda9d16319e11df0f8c8e0f375151.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 73120ee..bee3469 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-08-07 12:11:49 +0000";
+ std::string cver = "Date: 2006-08-08 11:39:40 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;