diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-08 13:23:21 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-08 13:23:21 (GMT) |
commit | 2ea953019fcb24821fa09e9f677c5c56814927e9 (patch) | |
tree | 6a0c06e2e7305470d0076a426ad229f6942ce849 /Source | |
parent | 830269fd643f8a27f7892e0ef3e7b88c475e2120 (diff) | |
download | CMake-2ea953019fcb24821fa09e9f677c5c56814927e9.zip CMake-2ea953019fcb24821fa09e9f677c5c56814927e9.tar.gz CMake-2ea953019fcb24821fa09e9f677c5c56814927e9.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 3745fdf..3f8cdc5 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-10-07 10:15:26 +0000"; + std::string cver = "Date: 2006-10-08 13:23:20 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |