summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-25 06:56:38 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-25 06:56:38 (GMT)
commitbec82af4df920b31118dc31ef0ecd85a70a74628 (patch)
tree5e820c3efb367d4a74ace7d14a3be16355fda0f8 /Source
parent3d9610feec2219340e01b93c9cb20c75a68fdd82 (diff)
downloadCMake-bec82af4df920b31118dc31ef0ecd85a70a74628.zip
CMake-bec82af4df920b31118dc31ef0ecd85a70a74628.tar.gz
CMake-bec82af4df920b31118dc31ef0ecd85a70a74628.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 1af0abc..36d5430 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-24 07:24:39 +0000";
+ std::string cver = "Date: 2006-02-25 06:56:38 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;