summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-14 05:21:54 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-14 05:21:54 (GMT)
commit64fedd8835c97248141fdcddf2445ed66c3d2ac7 (patch)
treecda11a6ce085d4b5f587b8837077f5067f5604f2 /Source
parent92270d5bf8ea8cdf4db7cb5db12e32c7af1fe2fb (diff)
downloadCMake-64fedd8835c97248141fdcddf2445ed66c3d2ac7.zip
CMake-64fedd8835c97248141fdcddf2445ed66c3d2ac7.tar.gz
CMake-64fedd8835c97248141fdcddf2445ed66c3d2ac7.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 5a2c108..c42b9ad 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-06-12 21:02:41 +0000";
+ std::string cver = "Date: 2007-06-14 05:21:54 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;