summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-27 03:11:13 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-27 03:11:13 (GMT)
commitff5271760e5f543406e3da4ce5670103eb4d3593 (patch)
treecfa25011412a126c111714c5d6f2080ae3c0fae8
parente22f6b7f0593b35d51f172c3b630edd000dda7f6 (diff)
downloadCMake-ff5271760e5f543406e3da4ce5670103eb4d3593.zip
CMake-ff5271760e5f543406e3da4ce5670103eb4d3593.tar.gz
CMake-ff5271760e5f543406e3da4ce5670103eb4d3593.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 7ff5e34..44278da 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: 2007-10-26 02:53:11 +0000";
+ std::string cver = "Date: 2007-10-27 03:11:13 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;