File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ credits = [
167167 ' https://github.com/clojure/clojure/blob/master/epl-v10.html'
168168 ], [
169169 ' CMake' ,
170- ' 2000-2017 Kitware, Inc. and Contributors' ,
170+ ' 2000-2018 Kitware, Inc. and Contributors' ,
171171 ' BSD' ,
172172 ' https://cmake.org/licensing/'
173173 ], [
Original file line number Diff line number Diff line change @@ -16,12 +16,22 @@ class Cmake < UrlScraper
1616 options [ :skip_patterns ] = [ /\A generator/ , /\A include/ , /\A release/ ]
1717
1818 options [ :attribution ] = <<-HTML
19- © 2000–2017 Kitware, Inc. and Contributors< br >
19+ © 2000–2018 Kitware, Inc. and Contributors< br >
2020 Licensed under the BSD 3-clause License.
2121 HTML
2222
23+ version '3.12' do
24+ self . release = '3.12.1'
25+ self . base_url = 'https://cmake.org/cmake/help/v3.12/'
26+ end
27+
28+ version '3.11' do
29+ self . release = '3.11.4'
30+ self . base_url = 'https://cmake.org/cmake/help/v3.11/'
31+ end
32+
2333 version '3.10' do
24- self . release = '3.10.1 '
34+ self . release = '3.10.3 '
2535 self . base_url = 'https://cmake.org/cmake/help/v3.10/'
2636 end
2737
You can’t perform that action at this time.
0 commit comments