summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-16 12:03:56 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-16 12:03:56 (GMT)
commit8224fee5dfc4954517a5406d4bb81203d3e8386f (patch)
treeda917dc58a0919a94f250905f151fbf4a535ff65 /Source/cmVersion.cxx
parentc0e27431e7e47f36d8755ccd0d92c31fad671b35 (diff)
downloadCMake-8224fee5dfc4954517a5406d4bb81203d3e8386f.zip
CMake-8224fee5dfc4954517a5406d4bb81203d3e8386f.tar.gz
CMake-8224fee5dfc4954517a5406d4bb81203d3e8386f.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 0dcae5d..ac2af34 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-14 13:36:45 +0000";
+ std::string cver = "Date: 2006-05-16 12:03:56 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;