summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-08 11:56:37 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-08 11:56:37 (GMT)
commit360133ff6e651d493d06040ed150cbc17cf6e53e (patch)
tree4d71c17b2b3dcdc3d2b3444cf5fd4cf01538f2ec /Source
parent2a31d34b2e56f3b0d4842a9f40d8a00774d055d2 (diff)
downloadCMake-360133ff6e651d493d06040ed150cbc17cf6e53e.zip
CMake-360133ff6e651d493d06040ed150cbc17cf6e53e.tar.gz
CMake-360133ff6e651d493d06040ed150cbc17cf6e53e.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 31cf9a4..2797273 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-07 12:08:41 +0000";
+ std::string cver = "Date: 2006-07-08 11:56:37 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;