summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-29 02:49:30 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-29 02:49:30 (GMT)
commit65f79a690169078a4ca5cd8b5147c0d60d250a2e (patch)
tree1ffbe766da68ac4c2e04293988dff50310f5f773 /Source/cmVersion.cxx
parentbe7dc2f8c7344d9206a2470ac5b46e01303346a0 (diff)
downloadCMake-65f79a690169078a4ca5cd8b5147c0d60d250a2e.zip
CMake-65f79a690169078a4ca5cd8b5147c0d60d250a2e.tar.gz
CMake-65f79a690169078a4ca5cd8b5147c0d60d250a2e.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 30093df..94946a6 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;