diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index f22c9723..f80bf1c5 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -155,7 +155,7 @@ credits = [
'https://github.com/clojure/clojure/blob/master/epl-v10.html'
], [
'CMake',
- '2000-2016 Kitware, Inc.
© 2000-2011 Insight Software Consortium',
+ '2000-2017 Kitware, Inc. and Contributors',
'BSD',
'https://cmake.org/licensing/'
], [
diff --git a/lib/docs/scrapers/cmake.rb b/lib/docs/scrapers/cmake.rb
index f740efef..68686617 100644
--- a/lib/docs/scrapers/cmake.rb
+++ b/lib/docs/scrapers/cmake.rb
@@ -16,13 +16,16 @@ module Docs
options[:skip_patterns] = [/\Agenerator/, /\Ainclude/, /\Arelease/]
options[:attribution] = <<-HTML
- © 2000–2016 Kitware, Inc.
- © 2000–2011 Insight Software Consortium
+ © 2000–2017 Kitware, Inc. and Contributors
Licensed under the BSD 3-clause License.
HTML
+ version '3.8' do
+ self.release = '3.8.0'
+ self.base_url = 'https://cmake.org/cmake/help/v3.8/'
+ end
version '3.7' do
- self.release = '3.7.1'
+ self.release = '3.7.2'
self.base_url = 'https://cmake.org/cmake/help/v3.7/'
end