octave: update to 7.2.0

pull/1849/head
Gabriel Arazas 2 years ago
parent 4cbe7891d6
commit 0a8700e54b

@ -645,7 +645,7 @@ credits = [
'Octave',
'19962022 The Octave Project Developers',
'Octave',
'https://docs.octave.org/v7.1.0/'
'https://docs.octave.org/v7.2.0/'
], [
'OpenJDK',
'1993, 2022, Oracle and/or its affiliates. All rights reserved.<br>Licensed under the GNU General Public License, version 2, with the Classpath Exception.<br>Various third party code in OpenJDK is licensed under different licenses.<br>Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.',

@ -30,7 +30,7 @@ module Docs
HTML
version '7' do
self.release = '7.1.0'
self.release = '7.2.0'
self.base_url = "https://docs.octave.org/v#{self.release}/"
end

Loading…
Cancel
Save