summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-03 09:24:06 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-03 09:24:06 (GMT)
commit5acbbcbba39489e7758a9b312819267085811fd8 (patch)
tree6b235d52195a08f371a9a83d5388a4e00a31f7cd /Source/cmVersion.cxx
parent0d96e2824b507341445637fb6d6a5bbcd742e11b (diff)
downloadCMake-5acbbcbba39489e7758a9b312819267085811fd8.zip
CMake-5acbbcbba39489e7758a9b312819267085811fd8.tar.gz
CMake-5acbbcbba39489e7758a9b312819267085811fd8.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 132b613..3169c71 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-11-02 09:14:20 +0000";
+ std::string cver = "Date: 2005-11-03 09:24:06 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;