]> git.donarmstrong.com Git - lilypond.git/commitdiff
convert-ly: rule for 2.14.0 release.
authorGraham Percival <graham@percival-music.ca>
Sat, 4 Jun 2011 21:29:47 +0000 (22:29 +0100)
committerGraham Percival <graham@percival-music.ca>
Sun, 5 Jun 2011 23:03:03 +0000 (00:03 +0100)
python/convertrules.py

index bbfe73a9a0c77600c4dda0fb91e4f817a93b3c46..25506ca9166f22d90232681b298f82a603410723 100644 (file)
@@ -3202,6 +3202,12 @@ def conv(str):
         stderr_write(UPDATE_MANUALLY)
     return str
 
+@rule ((2, 14, 0),
+       _ ("bump version for release"))
+def conv (str):
+    return str
+
+
 # Guidelines to write rules (please keep this at the end of this file)
 #
 # - keep at most one rule per version; if several conversions should be done,