summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-12 09:16:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-12 09:16:21 (GMT)
commit18e14ba2af9a5c2065a2683832d173343be96240 (patch)
treea9814b59fae55274b544e6be187b9275bec66bc1 /Source
parenta8f9361f60fcfbc9a0008b0688d6289fc01ab1e8 (diff)
downloadCMake-18e14ba2af9a5c2065a2683832d173343be96240.zip
CMake-18e14ba2af9a5c2065a2683832d173343be96240.tar.gz
CMake-18e14ba2af9a5c2065a2683832d173343be96240.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 a208df8..3caaf75 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-11 09:19:29 +0000";
+ std::string cver = "Date: 2005-10-12 09:16:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;