summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-29 12:09:10 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-29 12:09:10 (GMT)
commitfa30521cebd8eaee27f1675262997312bb3801ad (patch)
tree10f5b13b8082c8d587b30a9e350f48e1f5eccc7c /Source
parent3a28f61b549458f5af5cb76226ba8e5ad73367b2 (diff)
downloadCMake-fa30521cebd8eaee27f1675262997312bb3801ad.zip
CMake-fa30521cebd8eaee27f1675262997312bb3801ad.tar.gz
CMake-fa30521cebd8eaee27f1675262997312bb3801ad.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 d1f7cb5..90bcfbf 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: 2006-05-28 11:29:48 +0000";
+ std::string cver = "Date: 2006-05-29 12:09:10 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;