summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-18 09:41:07 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-18 09:41:07 (GMT)
commitbf87041f37b7f2f1d3d78d6662ca497239884520 (patch)
tree384c4ca8b24bcb69d5e05add8d872bb4e23f3333 /Source
parentaf5d32457464b5af65aed2b04e7bb84b3e96f9a4 (diff)
downloadCMake-bf87041f37b7f2f1d3d78d6662ca497239884520.zip
CMake-bf87041f37b7f2f1d3d78d6662ca497239884520.tar.gz
CMake-bf87041f37b7f2f1d3d78d6662ca497239884520.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 63d07c5..5fbca16 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-08-17 09:44:00 +0000";
+ std::string cver = "Date: 2005-08-18 09:41:07 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;