diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-24 11:56:54 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-24 11:56:54 (GMT) |
commit | 6d210015aa9c206e28eaf8997c7d9b4b3bc76555 (patch) | |
tree | bdc4076369ac249d7eaea86ddc17b61ad5d1b6a7 /Source | |
parent | bff279c615e6113f73a88dd5d1e57c1b4ba21bc7 (diff) | |
download | CMake-6d210015aa9c206e28eaf8997c7d9b4b3bc76555.zip CMake-6d210015aa9c206e28eaf8997c7d9b4b3bc76555.tar.gz CMake-6d210015aa9c206e28eaf8997c7d9b4b3bc76555.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 8660788..9aa606f 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-04-23 11:57:31 +0000"; + std::string cver = "Date: 2006-04-24 11:56:54 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |