summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-04 07:25:40 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-04 07:25:40 (GMT)
commita98ce34c814947bfbc5a6322f3baa19756b2e702 (patch)
tree08092c22b14e39929e1e9117085ae9fb7d0d4d8d /Source
parenta9a0c91630401a84bbbc48c07e9a9e3cd7d81761 (diff)
downloadCMake-a98ce34c814947bfbc5a6322f3baa19756b2e702.zip
CMake-a98ce34c814947bfbc5a6322f3baa19756b2e702.tar.gz
CMake-a98ce34c814947bfbc5a6322f3baa19756b2e702.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 6bb38a3..2ddfecb 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-03-03 07:26:04 +0000";
+ std::string cver = "Date: 2005-03-04 07:25:40 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;