summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-04 07:19:37 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-04 07:19:37 (GMT)
commitbd21ba35a50fa35fe14d97d0ae607b7bdbf310cb (patch)
tree522ff54787e8579161e7e2780995116ecefcbac6 /Source/cmVersion.cxx
parentb48fb853bb2552fdfa1f2405698fa6529ac020af (diff)
downloadCMake-bd21ba35a50fa35fe14d97d0ae607b7bdbf310cb.zip
CMake-bd21ba35a50fa35fe14d97d0ae607b7bdbf310cb.tar.gz
CMake-bd21ba35a50fa35fe14d97d0ae607b7bdbf310cb.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 653f20f..1c4673a 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-03 07:29:45 +0000";
+ std::string cver = "Date: 2006-02-04 07:19:37 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;