summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-28 08:57:07 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-28 08:57:07 (GMT)
commitec19b5fb844d847239c56465211b7a4ef50d6799 (patch)
tree92086ffd43085df549d3244bce478ad78b6da2f6 /Source/cmVersion.cxx
parente47ad1e84ac9cf2aa6233b6d37c5fd2f94e25f62 (diff)
downloadCMake-ec19b5fb844d847239c56465211b7a4ef50d6799.zip
CMake-ec19b5fb844d847239c56465211b7a4ef50d6799.tar.gz
CMake-ec19b5fb844d847239c56465211b7a4ef50d6799.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 26f5080..4a35313 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-27 09:04:19 +0000";
+ std::string cver = "Date: 2005-08-28 08:57:07 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;