summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-13 07:17:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-13 07:17:01 (GMT)
commit279ed8d3564891c7ac6833d0d332420c317d4352 (patch)
treee40c525f5da6ebfd02019c79f0152ea12fb80c0e /Source
parent4cf544cd441e16d95c132463704958d186a703d5 (diff)
downloadCMake-279ed8d3564891c7ac6833d0d332420c317d4352.zip
CMake-279ed8d3564891c7ac6833d0d332420c317d4352.tar.gz
CMake-279ed8d3564891c7ac6833d0d332420c317d4352.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 4bc7329..d971d42 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-02-12 07:14:46 +0000";
+ std::string cver = "Date: 2005-02-13 07:17:01 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;