summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-16 12:13:43 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-16 12:13:43 (GMT)
commitd195bb955d797fb57c4f60183dab8718dd282041 (patch)
tree3db129da8b12777bd168efc40a347e0e85abe5f5
parent298536104f86ea8b072b6ef89bd6957b7f21b2c6 (diff)
downloadCMake-d195bb955d797fb57c4f60183dab8718dd282041.zip
CMake-d195bb955d797fb57c4f60183dab8718dd282041.tar.gz
CMake-d195bb955d797fb57c4f60183dab8718dd282041.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 1c88cf2..98ad6c4 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-15 12:21:17 +0000";
+ std::string cver = "Date: 2006-07-16 12:13:43 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;