summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-06 11:57:00 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-06 11:57:00 (GMT)
commitd103721ac17ad8b95df407453206a158417d0e29 (patch)
tree71e7dd4c7cec76ce926cf13217c9f10887b5536d /Source
parenta75f421751dc9dc4fee7b4aa8a9f697ecec38267 (diff)
downloadCMake-d103721ac17ad8b95df407453206a158417d0e29.zip
CMake-d103721ac17ad8b95df407453206a158417d0e29.tar.gz
CMake-d103721ac17ad8b95df407453206a158417d0e29.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 6d60996..434e152 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-05 12:08:27 +0000";
+ std::string cver = "Date: 2006-08-06 11:57:00 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;