summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-31 09:08:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-31 09:08:46 (GMT)
commit9770d27e53ba2686ea2277078835eddd7cbb3557 (patch)
tree4405913161f60f28cb4252586dcc0341252674c6 /Source
parent62ae06081eff9881a1ff119ff6397521d9ce5900 (diff)
downloadCMake-9770d27e53ba2686ea2277078835eddd7cbb3557.zip
CMake-9770d27e53ba2686ea2277078835eddd7cbb3557.tar.gz
CMake-9770d27e53ba2686ea2277078835eddd7cbb3557.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 cb4fbdf..a0953a4 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-30 08:59:35 +0000";
+ std::string cver = "Date: 2005-08-31 09:08:46 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;