summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-18 06:55:36 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-18 06:55:36 (GMT)
commit1a338c8d73007a32cac6b6668b17b4a53ff13e03 (patch)
tree6fbb77ac929d5ba925f42083e97b2e8fd1200286
parentc59937a4a84cfd9da7fdfe410e928eab9afe1998 (diff)
downloadCMake-1a338c8d73007a32cac6b6668b17b4a53ff13e03.zip
CMake-1a338c8d73007a32cac6b6668b17b4a53ff13e03.tar.gz
CMake-1a338c8d73007a32cac6b6668b17b4a53ff13e03.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 9a0b9bd..38a0830 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-02-17 07:26:53 +0000";
+ std::string cver = "Date: 2006-02-18 06:55:36 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;