diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 74828e5e..cef75897 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -100,7 +100,7 @@ credits = [
'https://raw.githubusercontent.com/ansible/ansible/devel/COPYING'
], [
'Apache HTTP Server
Apache Pig',
- '2016 The Apache Software Foundation
Apache and the Apache feather logo are trademarks of The Apache Software Foundation.',
+ '2017 The Apache Software Foundation
Apache and the Apache feather logo are trademarks of The Apache Software Foundation.',
'Apache',
'https://www.apache.org/licenses/LICENSE-2.0'
], [
diff --git a/lib/docs/scrapers/apache.rb b/lib/docs/scrapers/apache.rb
index ec23e45b..af716ec4 100644
--- a/lib/docs/scrapers/apache.rb
+++ b/lib/docs/scrapers/apache.rb
@@ -3,7 +3,7 @@ module Docs
self.name = 'Apache HTTP Server'
self.slug = 'apache_http_server'
self.type = 'apache'
- self.release = '2.4.25'
+ self.release = '2.4.26'
self.base_url = 'https://httpd.apache.org/docs/2.4/en/'
self.links = {
home: 'https://httpd.apache.org/'
@@ -30,7 +30,7 @@ module Docs
/\Adeveloper\// ]
options[:attribution] = <<-HTML
- © 2016 The Apache Software Foundation
+ © 2017 The Apache Software Foundation
Licensed under the Apache License, Version 2.0.
HTML
end