summaryrefslogtreecommitdiff
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-28 22:49:30 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-28 22:49:30 -0400
commit65f79a690169078a4ca5cd8b5147c0d60d250a2e (patch)
tree1ffbe766da68ac4c2e04293988dff50310f5f773 /Source/cmVersion.cxx
parentbe7dc2f8c7344d9206a2470ac5b46e01303346a0 (diff)
downloadcmake-65f79a690169078a4ca5cd8b5147c0d60d250a2e.tar.gz
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 30093df060..94946a6eee 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-09-28 03:02:31 +0000";
+ std::string cver = "Date: 2007-09-29 02:49:30 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;