]> git.donarmstrong.com Git - lilypond.git/commitdiff
convertrules.py: bump version for release 2.16
authorDavid Kastrup <dak@gnu.org>
Fri, 24 Aug 2012 08:40:01 +0000 (10:40 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 24 Aug 2012 08:40:01 +0000 (10:40 +0200)
python/convertrules.py

index 44ecf049e78c04e5691e1fa1a2c142f2b731836b..78512310c30c35d6bd9513852423a3f14858fc18 100644 (file)
@@ -3380,6 +3380,12 @@ 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
+
+
 # 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,