summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-20 09:01:10 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-20 09:01:10 (GMT)
commit20c44683bc42767bb0dfea00673aa3fe9a484f31 (patch)
tree925c76aa91422118b48690e2967f0e09486e1ccc
parent05e6c3f3ba03bf33e860feff3392e3a21e4d3b2e (diff)
downloadCMake-20c44683bc42767bb0dfea00673aa3fe9a484f31.zip
CMake-20c44683bc42767bb0dfea00673aa3fe9a484f31.tar.gz
CMake-20c44683bc42767bb0dfea00673aa3fe9a484f31.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index c4d2dc6..605323c 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-19 08:52:23 +0000";
+ std::string cver = "Date: 2005-08-20 09:01:10 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;