summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-18 12:51:03 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-18 12:51:03 (GMT)
commit21b1ecb97b059f43f18519fc60ee6eab4932dd0a (patch)
tree056706597bc6ae3c929c2b954c3e8fe3cd2b8323
parentf39e1c780e81a0dc8571059059ae7bd7a3e3fde1 (diff)
downloadCMake-21b1ecb97b059f43f18519fc60ee6eab4932dd0a.zip
CMake-21b1ecb97b059f43f18519fc60ee6eab4932dd0a.tar.gz
CMake-21b1ecb97b059f43f18519fc60ee6eab4932dd0a.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 217961a..fab2326 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-17 11:28:32 +0000";
+ std::string cver = "Date: 2006-08-18 12:51:03 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;