]> git.donarmstrong.com Git - lilypond.git/commitdiff
python/convertrules.py: bump version for 2.18 release
authorDavid Kastrup <dak@gnu.org>
Tue, 31 Dec 2013 00:16:13 +0000 (01:16 +0100)
committerDavid Kastrup <dak@gnu.org>
Tue, 31 Dec 2013 00:16:13 +0000 (01:16 +0100)
python/convertrules.py

index 28c27fb8b892f3859d9877f2f2e3c24421f1cdd8..ec8bd266ef7cfc2c2307d430548cb271e09de037 100644 (file)
@@ -3693,6 +3693,10 @@ def conv (str):
                   r"\1(make-sequential-music (list \2))", str)
     return str
 
+@rule ((2, 18, 0),
+       _ ("bump version for release"))
+def conv (str):
+    return str
 
 # Guidelines to write rules (please keep this at the end of this file)
 #