summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-14 07:14:29 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-14 07:14:29 (GMT)
commit2d29e48726235b71db6e38481dd537fb9eb75876 (patch)
tree2d697e062cf01b7192991ad70e8cff0391a0df92 /Source/cmVersion.cxx
parentb77d382d97b7ba56f13ee0ca82203532a564f30c (diff)
downloadCMake-2d29e48726235b71db6e38481dd537fb9eb75876.zip
CMake-2d29e48726235b71db6e38481dd537fb9eb75876.tar.gz
CMake-2d29e48726235b71db6e38481dd537fb9eb75876.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 f494b54..c92afea 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: 2006-02-13 07:10:25 +0000";
+ std::string cver = "Date: 2006-02-14 07:14:29 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;