diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-12 12:06:43 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-12 12:06:43 (GMT) |
commit | daa99e753d4c9c24d40c680012a825c1d704040a (patch) | |
tree | dedef2b196808c82bd20444bebc7c3fde60d2107 /Source | |
parent | 6f52ed1c8e2465ea0fe169a6bd6aa1364acf1ca3 (diff) | |
download | CMake-daa99e753d4c9c24d40c680012a825c1d704040a.zip CMake-daa99e753d4c9c24d40c680012a825c1d704040a.tar.gz CMake-daa99e753d4c9c24d40c680012a825c1d704040a.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 772ad41..8aa4750 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-07-11 11:56:01 +0000"; + std::string cver = "Date: 2006-07-12 12:06:43 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |