File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ credits = [
167
167
' https://github.com/clojure/clojure/blob/master/epl-v10.html'
168
168
], [
169
169
' CMake' ,
170
- ' 2000-2017 Kitware, Inc. and Contributors' ,
170
+ ' 2000-2018 Kitware, Inc. and Contributors' ,
171
171
' BSD' ,
172
172
' https://cmake.org/licensing/'
173
173
], [
Original file line number Diff line number Diff line change @@ -16,12 +16,22 @@ class Cmake < UrlScraper
16
16
options [ :skip_patterns ] = [ /\A generator/ , /\A include/ , /\A release/ ]
17
17
18
18
options [ :attribution ] = <<-HTML
19
- © 2000–2017 Kitware, Inc. and Contributors< br >
19
+ © 2000–2018 Kitware, Inc. and Contributors< br >
20
20
Licensed under the BSD 3-clause License.
21
21
HTML
22
22
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
+
23
33
version '3.10' do
24
- self . release = '3.10.1 '
34
+ self . release = '3.10.3 '
25
35
self . base_url = 'https://cmake.org/cmake/help/v3.10/'
26
36
end
27
37
You can’t perform that action at this time.
0 commit comments