summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-26 13:42:51 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-26 13:42:51 (GMT)
commit13d778fee92144417f92a25f471f59213055a930 (patch)
treef0c9c39b2bdffbe4e95487799d0cbed2b14fe2e1
parent7e47f8496a3021a2b9a39a909514b7b20ff0d801 (diff)
downloadCMake-13d778fee92144417f92a25f471f59213055a930.zip
CMake-13d778fee92144417f92a25f471f59213055a930.tar.gz
CMake-13d778fee92144417f92a25f471f59213055a930.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 cfc7357..6e13a1e 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-25 09:35:49 +0000";
+ std::string cver = "Date: 2006-08-26 13:42:51 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;