From: Mike Solomon Date: Fri, 29 Jul 2011 11:44:10 +0000 (+0200) Subject: Corrects version in regtests and convertrules.py for automatic footnotes X-Git-Tag: release/2.15.7-1~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c40098301d5b9c06dc80c80057a77debd72ffc48;p=lilypond.git Corrects version in regtests and convertrules.py for automatic footnotes --- diff --git a/input/regression/footnote-auto-numbering-page-reset.ly b/input/regression/footnote-auto-numbering-page-reset.ly index c5436e82ca..06a347ebda 100644 --- a/input/regression/footnote-auto-numbering-page-reset.ly +++ b/input/regression/footnote-auto-numbering-page-reset.ly @@ -1,4 +1,4 @@ -\version "2.15.0" +\version "2.15.7" \header { texidoc = "Lilypond does footnotes." } diff --git a/input/regression/footnote-auto-numbering.ly b/input/regression/footnote-auto-numbering.ly index 46d0448a8a..fe4babe1a0 100644 --- a/input/regression/footnote-auto-numbering.ly +++ b/input/regression/footnote-auto-numbering.ly @@ -1,4 +1,4 @@ -\version "2.15.0" +\version "2.15.7" \header { texidoc = "Lilypond does footnotes." } diff --git a/python/convertrules.py b/python/convertrules.py index bedfaaaf54..fc35924b66 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -3215,7 +3215,7 @@ def conv (str): stderr_write (UPDATE_MANUALLY) return str -@rule ((2, 15, 8), +@rule ((2, 15, 7), _ ("Handling of non-automatic footnotes.")) def conv(str): if re.search (r'\\footnote', str):