summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-28 07:25:09 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-28 07:25:09 (GMT)
commit46fc2dc0cd95a7b09e3ce189a82343489933d94f (patch)
tree00b868d123d136cf9ecb932a2ae158753e30e66a /Source
parent588653c4e8f16ab6f2cd5e552782057b5e679c9f (diff)
downloadCMake-46fc2dc0cd95a7b09e3ce189a82343489933d94f.zip
CMake-46fc2dc0cd95a7b09e3ce189a82343489933d94f.tar.gz
CMake-46fc2dc0cd95a7b09e3ce189a82343489933d94f.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 3df5a69..51de799 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-02-27 08:04:56 +0000";
+ std::string cver = "Date: 2005-02-28 07:25:09 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;