summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-31 17:09:36 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-31 17:09:36 (GMT)
commita8d79ab9cc5a957824773ec44e31ef4ac0e1e273 (patch)
tree9c338a8d05a8850685c56dc0a667d392461cc312 /Source
parent726e3cbaf1d8aea1aaeab7fb5879915e9d56bc22 (diff)
downloadCMake-a8d79ab9cc5a957824773ec44e31ef4ac0e1e273.zip
CMake-a8d79ab9cc5a957824773ec44e31ef4ac0e1e273.tar.gz
CMake-a8d79ab9cc5a957824773ec44e31ef4ac0e1e273.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 e4b2de2..65d913a 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-10-30 13:01:58 +0000";
+ std::string cver = "Date: 2005-10-31 17:09:36 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;