summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-08 08:00:03 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-08 08:00:03 (GMT)
commit26e8ff9ab6b62ca6ea69e1dec5f313a1645b5db7 (patch)
treeadd3e2954584ea2ecbbd106862acf17df6237db3 /Source
parent505e30e0fcb1ad5bd01f8ed4bde98c39fdb5ce45 (diff)
downloadCMake-26e8ff9ab6b62ca6ea69e1dec5f313a1645b5db7.zip
CMake-26e8ff9ab6b62ca6ea69e1dec5f313a1645b5db7.tar.gz
CMake-26e8ff9ab6b62ca6ea69e1dec5f313a1645b5db7.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 40081d6..1606fd9 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-07 07:56:45 +0000";
+ std::string cver = "Date: 2005-05-08 08:00:03 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;