summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-17 13:24:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-17 13:24:01 (GMT)
commita30c24a63a19c999faba8174cda6121f38750629 (patch)
tree47c1084b8104403cc88cba772ca21c414d3569a4
parent79d6047117e1fb057bdb1193387dbb7382607735 (diff)
downloadCMake-a30c24a63a19c999faba8174cda6121f38750629.zip
CMake-a30c24a63a19c999faba8174cda6121f38750629.tar.gz
CMake-a30c24a63a19c999faba8174cda6121f38750629.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 ac78951..def0ce1 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-16 13:19:33 +0000";
+ std::string cver = "Date: 2006-09-17 13:24:01 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;