]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/convertrules.py
Imported Upstream version 2.18.2
[lilypond.git] / 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)
 #