summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-06 09:18:57 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-06 09:18:57 (GMT)
commitfa4c143ebc4b738e321f072c7a40938ae865334f (patch)
tree83226ff30f7616c395c882bfef3b64c94103ea01 /Source/cmVersion.cxx
parent6c54adf0ea6979afdf6ec67df7cd39ee2cca6e87 (diff)
downloadCMake-fa4c143ebc4b738e321f072c7a40938ae865334f.zip
CMake-fa4c143ebc4b738e321f072c7a40938ae865334f.tar.gz
CMake-fa4c143ebc4b738e321f072c7a40938ae865334f.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 9c07114..8903443 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-10-05 09:17:52 +0000";
+ std::string cver = "Date: 2005-10-06 09:18:57 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;