summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-30 13:01:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-30 13:01:58 (GMT)
commit726e3cbaf1d8aea1aaeab7fb5879915e9d56bc22 (patch)
tree427c25002ce39b91c108c4967fe08b64434c4c6f /Source/cmVersion.cxx
parent18d9adde9649fee733ceb6f464fbc6f2b71daa6c (diff)
downloadCMake-726e3cbaf1d8aea1aaeab7fb5879915e9d56bc22.zip
CMake-726e3cbaf1d8aea1aaeab7fb5879915e9d56bc22.tar.gz
CMake-726e3cbaf1d8aea1aaeab7fb5879915e9d56bc22.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 6b33d1e..e4b2de2 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-26 09:32:27 +0000";
+ std::string cver = "Date: 2005-10-30 13:01:58 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;