summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-16 02:43:54 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-16 02:43:54 (GMT)
commitfb4905aa621ee0fbafeffc8bad2d0cfbc963f253 (patch)
treeb2e948cabb0b4b2406ab85cf855f2bfe31617432 /Source/cmVersion.cxx
parent583aff257700b0de3f467a76abc182cead34dd2d (diff)
downloadCMake-fb4905aa621ee0fbafeffc8bad2d0cfbc963f253.zip
CMake-fb4905aa621ee0fbafeffc8bad2d0cfbc963f253.tar.gz
CMake-fb4905aa621ee0fbafeffc8bad2d0cfbc963f253.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 37ee5f6..6b20eec 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-10-15 02:40:48 +0000";
+ std::string cver = "Date: 2007-10-16 02:43:54 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;