summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-10 11:53:05 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-10 11:53:05 (GMT)
commit17eddbd521b370b75e234430e612f5fc74886da5 (patch)
tree6c47c5771b7fbc3cf3cccb740aa6c5c1ef6cc380 /Source/cmVersion.cxx
parent0f28edbe4a59a885786f24ba044057cf2f760c28 (diff)
downloadCMake-17eddbd521b370b75e234430e612f5fc74886da5.zip
CMake-17eddbd521b370b75e234430e612f5fc74886da5.tar.gz
CMake-17eddbd521b370b75e234430e612f5fc74886da5.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index b354d7d..06abb7c 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-09 11:51:58 +0000";
+ std::string cver = "Date: 2006-07-10 11:53:05 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;