summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-15 08:53:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-15 08:53:34 (GMT)
commit6975e6acee306c17e7531c6d75f58398253843e3 (patch)
tree798e54cd4614d7d456d67327409efe46f414cb90 /Source
parentc6fbe4a980989df01ef1fa421af1f759200b9fc5 (diff)
downloadCMake-6975e6acee306c17e7531c6d75f58398253843e3.zip
CMake-6975e6acee306c17e7531c6d75f58398253843e3.tar.gz
CMake-6975e6acee306c17e7531c6d75f58398253843e3.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 0b0e0c1..6a3249b 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: 2005-09-14 08:52:42 +0000";
+ std::string cver = "Date: 2005-09-15 08:53:34 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;