summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-21 10:44:11 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-21 10:44:11 (GMT)
commit380a9bd783580b02f3fdf5718e19a9e728071458 (patch)
tree444175a569b5173ca4903651e59f4903156e72b2 /Source
parentf503e5ec48b85f09a1cd15401b9ac3623975bfde (diff)
downloadCMake-380a9bd783580b02f3fdf5718e19a9e728071458.zip
CMake-380a9bd783580b02f3fdf5718e19a9e728071458.tar.gz
CMake-380a9bd783580b02f3fdf5718e19a9e728071458.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 57fbf17..c250f59 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: 2004-11-20 10:46:39 +0000";
+ std::string cver = "Date: 2004-11-21 10:44:11 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;