summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-20 12:18:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-20 12:18:34 (GMT)
commit44508f7e79f296b8c0236e347fb258065a01b144 (patch)
tree19302eb3e82197f237fe2570091f7362be53239e
parent41ee7c4eb5a6ccc95b04256aaa23ff84b8b89e8a (diff)
downloadCMake-44508f7e79f296b8c0236e347fb258065a01b144.zip
CMake-44508f7e79f296b8c0236e347fb258065a01b144.tar.gz
CMake-44508f7e79f296b8c0236e347fb258065a01b144.tar.bz2
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 d3eb659..dab28dc 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-19 12:21:36 +0000";
+ std::string cver = "Date: 2006-07-20 12:18:34 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;