diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-11-15 13:08:47 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-11-15 13:08:47 (GMT) |
commit | ae2e27fd115d32342d8283137adddc816ae1f1a0 (patch) | |
tree | 24d5cb35ef8d4e8fe629fcbd658453ff3171760c /Source | |
parent | 1047cd1aa6f803cfc7ba7447b2c0009245198da1 (diff) | |
download | CMake-ae2e27fd115d32342d8283137adddc816ae1f1a0.zip CMake-ae2e27fd115d32342d8283137adddc816ae1f1a0.tar.gz CMake-ae2e27fd115d32342d8283137adddc816ae1f1a0.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 ea54990..c66be57 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-11-14 13:09:30 +0000"; + std::string cver = "Date: 2006-11-15 13:08:47 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |