summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-07 02:12:10 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-07 02:12:10 -0500
commit96a8f94b85bcdca454613e2f78dac70d4c7c171a (patch)
tree77e74b055d79c8effc765a8f3bee604a254d3d4d
parent506afe9e8c6354dfb7747a0abc22310344afb3d7 (diff)
downloadcmake-96a8f94b85bcdca454613e2f78dac70d4c7c171a.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 ac5c27158b..1ed8bf17c0 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-03-06 07:11:59 +0000";
+ std::string cver = "Date: 2006-03-07 07:12:10 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;