summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-04 03:04:09 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-04 03:04:09 (GMT)
commitf70eb07d99da2b1ec84530781cf167ecefd9b578 (patch)
tree53883b41fa7892252ea8db85e20b9f5aee761a2f /Source/cmVersion.cxx
parent8770969464008b9f1ceb04bb7ea5784cd2000a9f (diff)
downloadCMake-f70eb07d99da2b1ec84530781cf167ecefd9b578.zip
CMake-f70eb07d99da2b1ec84530781cf167ecefd9b578.tar.gz
CMake-f70eb07d99da2b1ec84530781cf167ecefd9b578.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 0fea501..f2ba622 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: 2007-11-03 03:00:21 +0000";
+ std::string cver = "Date: 2007-11-04 03:04:09 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;