summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-30 12:03:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-30 12:03:01 (GMT)
commit1d93480780830306ad73b5dcc9d3ccc38a7c635c (patch)
treeecc445c198b95287bed45f75d42eed93a92967c6 /Source/cmVersion.cxx
parentfa30521cebd8eaee27f1675262997312bb3801ad (diff)
downloadCMake-1d93480780830306ad73b5dcc9d3ccc38a7c635c.zip
CMake-1d93480780830306ad73b5dcc9d3ccc38a7c635c.tar.gz
CMake-1d93480780830306ad73b5dcc9d3ccc38a7c635c.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 90bcfbf..4a58dab 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-29 12:09:10 +0000";
+ std::string cver = "Date: 2006-05-30 12:03:01 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;