diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-04 07:19:37 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-04 07:19:37 (GMT) |
commit | bd21ba35a50fa35fe14d97d0ae607b7bdbf310cb (patch) | |
tree | 522ff54787e8579161e7e2780995116ecefcbac6 /Source/cmVersion.cxx | |
parent | b48fb853bb2552fdfa1f2405698fa6529ac020af (diff) | |
download | CMake-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.cxx | 2 |
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; |