summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-22 06:13:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-22 06:13:46 (GMT)
commit001bbb0d99aa8a02c5d211f5e55570ecc17e1fb0 (patch)
treefb4da56836ec155b616541f58f7502ed4e0479e1 /Source
parent391d3ed6310635b837e46ea6e22b737e57f1bea7 (diff)
downloadCMake-001bbb0d99aa8a02c5d211f5e55570ecc17e1fb0.zip
CMake-001bbb0d99aa8a02c5d211f5e55570ecc17e1fb0.tar.gz
CMake-001bbb0d99aa8a02c5d211f5e55570ecc17e1fb0.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 d306f01..0a051ab 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-12-21 06:04:27 +0000";
+ std::string cver = "Date: 2005-12-22 06:13:46 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;