summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-13 23:11:45 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-13 23:11:45 -0400
commitfbf502519203ca5d90387f66300802ceb1c97107 (patch)
treef84a923dea3b900131dc4ff601b255aac3f7ab90
parent263bb4e172d58a4e8ce55f147bc46bf50dd7fde1 (diff)
downloadcmake-fbf502519203ca5d90387f66300802ceb1c97107.tar.gz
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 bb597f0ab3..c6de15344f 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-08-13 03:11:44 +0000";
+ std::string cver = "Date: 2007-08-14 03:11:45 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;