summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-17 09:41:31 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-17 09:41:31 (GMT)
commit5573da922f2354e6f8b098c04238b16a11cf9f03 (patch)
treef876c46121a80ae7f03ee72000796528bbbe6c5c /Source/cmVersion.cxx
parent9fcc458b5ca9225e89bb8ecdded4bbcb348c758c (diff)
downloadCMake-5573da922f2354e6f8b098c04238b16a11cf9f03.zip
CMake-5573da922f2354e6f8b098c04238b16a11cf9f03.tar.gz
CMake-5573da922f2354e6f8b098c04238b16a11cf9f03.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 69a3d96..a0e7e82 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-01-15 09:40:53 +0000";
+ std::string cver = "Date: 2005-01-17 09:41:31 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;