Skip to content

Commit 1820fe3

Browse files
committed
Update CMake documentation (3.12.1)
1 parent 5cbfdf4 commit 1820fe3

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
], [

lib/docs/scrapers/cmake.rb

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,22 @@ class Cmake < UrlScraper
1616
options[:skip_patterns] = [/\Agenerator/, /\Ainclude/, /\Arelease/]
1717

1818
options[:attribution] = <<-HTML
19-
&copy; 2000&ndash;2017 Kitware, Inc. and Contributors<br>
19+
&copy; 2000&ndash;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

0 commit comments

Comments
 (0)