summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-06 01:57:55 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-06 01:57:55 (GMT)
commit0016ff738716a844287f9d9050b62a5f09b37821 (patch)
tree24083787859171240bd4475c9614c1833b71ba79 /Source
parentcc13a060c668479d65165f90a944d756b5f2e961 (diff)
downloadCMake-0016ff738716a844287f9d9050b62a5f09b37821.zip
CMake-0016ff738716a844287f9d9050b62a5f09b37821.tar.gz
CMake-0016ff738716a844287f9d9050b62a5f09b37821.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 0c05074..d93b7e8 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: 2007-04-04 21:02:21 +0000";
+ std::string cver = "Date: 2007-04-06 01:57:55 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;