summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-17 08:45:16 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-17 08:45:16 (GMT)
commit2df1442d4d04ef56bdbb2d1844c498b663c122e9 (patch)
tree6cb04fe65e547fc6efc52efee6d2308fac6b6798 /Source/cmVersion.cxx
parent07c07e86e9f4d7775689348c39dba424a826e148 (diff)
downloadCMake-2df1442d4d04ef56bdbb2d1844c498b663c122e9.zip
CMake-2df1442d4d04ef56bdbb2d1844c498b663c122e9.tar.gz
CMake-2df1442d4d04ef56bdbb2d1844c498b663c122e9.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 8e0d7f5..44ee268 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-10-16 08:42:40 +0000";
+ std::string cver = "Date: 2005-10-17 08:45:16 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;