summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-07 11:40:00 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-07 11:40:00 (GMT)
commit2761979a7a0199bf428e43cecaa47c9937eafc85 (patch)
treec7030a5a3f8b1d9e0d37f45049404ea8769814be /Source/cmVersion.cxx
parent50ba863f6dcb7a38514be1a7fae0b567eb7a4265 (diff)
downloadCMake-2761979a7a0199bf428e43cecaa47c9937eafc85.zip
CMake-2761979a7a0199bf428e43cecaa47c9937eafc85.tar.gz
CMake-2761979a7a0199bf428e43cecaa47c9937eafc85.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 5bb31a0..845a415 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-04-06 11:39:49 +0000";
+ std::string cver = "Date: 2006-04-07 11:40:00 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;