From: Patrick McCarty Date: Sat, 2 Jan 2010 20:05:23 +0000 (-0800) Subject: Fix version numbers for three regression tests. X-Git-Tag: release/2.13.11-1~112 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a2380d71c2eb2c1632c83b535e4ef3b5c4b4ebab;p=lilypond.git Fix version numbers for three regression tests. --- diff --git a/input/regression/tuplet-text-different-numbers.ly b/input/regression/tuplet-text-different-numbers.ly index 8464c22742..13b12ec3ac 100644 --- a/input/regression/tuplet-text-different-numbers.ly +++ b/input/regression/tuplet-text-different-numbers.ly @@ -1,4 +1,4 @@ -\version "2.12.3" +\version "2.13.1" \header{ texidoc="Non-standard tuplet texts: Printing other tuplet fractions than the ones actually assigned." } diff --git a/input/regression/tuplet-text-fraction-with-notes.ly b/input/regression/tuplet-text-fraction-with-notes.ly index d35dcc220c..beef1d3b2f 100644 --- a/input/regression/tuplet-text-fraction-with-notes.ly +++ b/input/regression/tuplet-text-fraction-with-notes.ly @@ -1,4 +1,4 @@ -\version "2.12.3" +\version "2.13.1" \header{ texidoc="Non-standard tuplet texts: Printing a tuplet fraction with note durations assigned to both the denominator and the numerator." } diff --git a/input/regression/tuplet-text-note-appended.ly b/input/regression/tuplet-text-note-appended.ly index 645b66d28a..a2aae93411 100644 --- a/input/regression/tuplet-text-note-appended.ly +++ b/input/regression/tuplet-text-note-appended.ly @@ -1,4 +1,4 @@ -\version "2.12.3" +\version "2.13.1" \header{ texidoc="Non-standard tuplet texts: Appending a note value to the normal text and to the fraction text." }