소스 검색

Update Erlang documentation (18.3)

Thibaut Courouble 9 년 전
부모
커밋
b015ff60e6
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/erlang.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -176,7 +176,7 @@ credits = [
     'https://raw.githubusercontent.com/elixir-lang/elixir/master/LICENSE'
     'https://raw.githubusercontent.com/elixir-lang/elixir/master/LICENSE'
   ], [
   ], [
     'Erlang',
     'Erlang',
-    '1999-2015 Ericsson AB',
+    '1999-2016 Ericsson AB',
     'Apache',
     'Apache',
     'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt'
     'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt'
   ], [
   ], [

+ 2 - 2
lib/docs/scrapers/erlang.rb

@@ -31,12 +31,12 @@ module Docs
     ]
     ]
 
 
     options[:attribution] = <<-HTML
     options[:attribution] = <<-HTML
-      &copy; 1999&ndash;2015 Ericsson AB<br>
+      &copy; 1999&ndash;2016 Ericsson AB<br>
       Licensed under the Apache License, Version 2.0.
       Licensed under the Apache License, Version 2.0.
     HTML
     HTML
 
 
     version '18' do
     version '18' do
-      self.release = '18.2'
+      self.release = '18.3'
       self.dir = '/Users/Thibaut/DevDocs/Docs/Erlang18'
       self.dir = '/Users/Thibaut/DevDocs/Docs/Erlang18'
     end
     end
   end
   end