summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-25 06:39:16 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-25 06:39:16 (GMT)
commitcba6306b8655d70833d2fd9acd68ce259471b7c8 (patch)
tree022ac63f8843cd8098fe35effc48c733bccff93b
parent1ce1c5762bbc3687d954083af50d059cf21f3bb1 (diff)
downloadCMake-cba6306b8655d70833d2fd9acd68ce259471b7c8.zip
CMake-cba6306b8655d70833d2fd9acd68ce259471b7c8.tar.gz
CMake-cba6306b8655d70833d2fd9acd68ce259471b7c8.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 2d849d8..3df26b3 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-09-24 06:40:49 +0000";
+ std::string cver = "Date: 2006-09-25 06:39:16 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;