summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-10 07:52:28 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-10 07:52:28 (GMT)
commitaf5bc4f430a406329829aa152baee7a181a4f287 (patch)
tree31705b44c963feb3027249807a4217fbf5f19d5c /Source/cmVersion.cxx
parent52d9753f80c7a86df405634f4cfbba6930e1e63c (diff)
downloadCMake-af5bc4f430a406329829aa152baee7a181a4f287.zip
CMake-af5bc4f430a406329829aa152baee7a181a4f287.tar.gz
CMake-af5bc4f430a406329829aa152baee7a181a4f287.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 67157ea..e93097d 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-05-09 07:57:50 +0000";
+ std::string cver = "Date: 2005-05-10 07:52:28 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;