summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-11 07:11:59 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-11 07:11:59 (GMT)
commitac0a893a051eb69c4b2e47e80032a926f3669396 (patch)
tree6a90b52958b5015e971fa46752678b6a0616e46f /Source/cmVersion.cxx
parentde8080c76f67499bbec259a7683ae66838fd97f0 (diff)
downloadCMake-ac0a893a051eb69c4b2e47e80032a926f3669396.zip
CMake-ac0a893a051eb69c4b2e47e80032a926f3669396.tar.gz
CMake-ac0a893a051eb69c4b2e47e80032a926f3669396.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 765def3..db2b2ae 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-10 07:16:25 +0000";
+ std::string cver = "Date: 2006-02-11 07:11:59 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;