]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/convertrules.py
Merge branch 'stable/2.16' into staging
[lilypond.git] / python / convertrules.py
index b3aa1676c0dae090fc2434b0cc2b3e2c941ef95c..fa63726069269c30b9581fe1bff94e87adc75bfa 100644 (file)
@@ -3380,6 +3380,11 @@ def conv (str):
     str = re.sub ('\n"(' + wordsyntax + r')"(\s*=\s*\\stringTuning)', "\n\\1\\2", str)
     return str
 
+@rule ((2, 16, 0),
+       _ ("bump version for release"))
+def conv (str):
+    return str
+
 @rule ((2, 17, 0), r"blank-*-force -> blank-*-penalty")
 def conv (str):
     str = re.sub ('blank-page-force', 'blank-page-penalty', str)