diff options
author | John Mandereau <john.mandereau@gmail.com> | 2012-08-24 10:53:47 +0200 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2012-08-24 10:57:56 +0200 |
commit | 23ec49df6ea90e610158a4fe1c35d1adea0c0450 (patch) | |
tree | 87e1eb0bf5fcfde5758b1786719b47f8d9f7d5fc /input | |
parent | 13db63470da92521a8a8d7ec8b56b7ec796fe19c (diff) |
Add missing patchlevel version to regression tests
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/ambitus-with-ligature.ly | 2 | ||||
-rw-r--r-- | input/regression/empty-chord.ly | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/input/regression/ambitus-with-ligature.ly b/input/regression/ambitus-with-ligature.ly index c82e51ce40..4a5c8c1f1b 100644 --- a/input/regression/ambitus-with-ligature.ly +++ b/input/regression/ambitus-with-ligature.ly @@ -1,4 +1,4 @@ -\version "2.14" +\version "2.14.0" \header { texidoc = " diff --git a/input/regression/empty-chord.ly b/input/regression/empty-chord.ly index 5fae1c0afd..e384d64d54 100644 --- a/input/regression/empty-chord.ly +++ b/input/regression/empty-chord.ly @@ -1,4 +1,4 @@ -\version "2.14" +\version "2.14.0" \header { texidoc = "Empty chords accept articulations, occupy no time, and leave the current duration unchanged." |