diff options
author | John Mandereau <john.mandereau@gmail.com> | 2012-08-24 10:53:47 +0200 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2012-08-24 10:56:17 +0200 |
commit | 413eeca26f5baa563b9b866a60831507e8bc0d3e (patch) | |
tree | b7acd5bdc4b1d329c97a97ecb37f00d35451bae4 /input | |
parent | bd73258c56a29a0e585c9653a2ba941390bd19d9 (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." |