summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-05 07:21:06 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-05 07:21:06 (GMT)
commitd8a563f45cb8a0e54f06acd02e491a1dd7ebd60d (patch)
treeb0d77c5b80599ac2285850cecbf4b4db5b8c7272
parentbee77d02982db5a6f4493cd11264a0b71b7434be (diff)
downloadCMake-d8a563f45cb8a0e54f06acd02e491a1dd7ebd60d.zip
CMake-d8a563f45cb8a0e54f06acd02e491a1dd7ebd60d.tar.gz
CMake-d8a563f45cb8a0e54f06acd02e491a1dd7ebd60d.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 2ddfecb..512ffa6 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-04 07:25:40 +0000";
+ std::string cver = "Date: 2005-03-05 07:21:06 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;