summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-20 07:34:13 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-20 07:34:13 (GMT)
commit2627dd065a6d686ef5f9f2b9b611f9a2f97ee5fd (patch)
treedddae6e1e73e6ea41136d31b35d7b8eb31dfad0b
parenteb1764b34ff307c1409888d442d982a76ea86de8 (diff)
downloadCMake-2627dd065a6d686ef5f9f2b9b611f9a2f97ee5fd.zip
CMake-2627dd065a6d686ef5f9f2b9b611f9a2f97ee5fd.tar.gz
CMake-2627dd065a6d686ef5f9f2b9b611f9a2f97ee5fd.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 55914fd..db5edb3 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-19 07:38:05 +0000";
+ std::string cver = "Date: 2005-03-20 07:34:13 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;