From b015ff60e61a90d118fca8fcec299b72a1799d4b Mon Sep 17 00:00:00 2001 From: Thibaut Courouble <thibaut@me.com> Date: Sat, 26 Mar 2016 16:18:21 -0400 Subject: [PATCH] Update Erlang documentation (18.3) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/erlang.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index f6d7343c..fd95867e 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -176,7 +176,7 @@ credits = [ 'https://raw.githubusercontent.com/elixir-lang/elixir/master/LICENSE' ], [ 'Erlang', - '1999-2015 Ericsson AB', + '1999-2016 Ericsson AB', 'Apache', 'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt' ], [ diff --git a/lib/docs/scrapers/erlang.rb b/lib/docs/scrapers/erlang.rb index 031df7bc..1af6343b 100644 --- a/lib/docs/scrapers/erlang.rb +++ b/lib/docs/scrapers/erlang.rb @@ -31,12 +31,12 @@ module Docs ] options[:attribution] = <<-HTML - © 1999–2015 Ericsson AB<br> + © 1999–2016 Ericsson AB<br> Licensed under the Apache License, Version 2.0. HTML version '18' do - self.release = '18.2' + self.release = '18.3' self.dir = '/Users/Thibaut/DevDocs/Docs/Erlang18' end end