summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-20 12:55:15 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-20 12:55:15 (GMT)
commitcfe124500f0c6ac4341ceb8e04c7593a0dc9335b (patch)
tree766a8c634671b8267d38a575d3f53ee1d10fc813 /Source
parenta6acd304fd8caf4ecf1af1cd9f329b68d622c5b3 (diff)
downloadCMake-cfe124500f0c6ac4341ceb8e04c7593a0dc9335b.zip
CMake-cfe124500f0c6ac4341ceb8e04c7593a0dc9335b.tar.gz
CMake-cfe124500f0c6ac4341ceb8e04c7593a0dc9335b.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 647506b..8420aa4 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: 2006-03-19 12:53:12 +0000";
+ std::string cver = "Date: 2006-03-20 12:55:15 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;