summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-28 12:55:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-28 12:55:52 (GMT)
commit005e3b1f862d12f3df53ba9d773f12d30b371281 (patch)
tree237468d70392a60a49e9ae78e394a34378a0537f /Source
parent0afe72e908b16c9d09c117d38c8c6a57d3eec196 (diff)
downloadCMake-005e3b1f862d12f3df53ba9d773f12d30b371281.zip
CMake-005e3b1f862d12f3df53ba9d773f12d30b371281.tar.gz
CMake-005e3b1f862d12f3df53ba9d773f12d30b371281.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 e879acc..c13b754 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-08-27 13:57:17 +0000";
+ std::string cver = "Date: 2006-08-28 12:55:52 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;