From: David Kastrup Date: Fri, 24 Aug 2012 08:40:01 +0000 (+0200) Subject: convertrules.py: bump version for release 2.16 X-Git-Tag: release/2.16.0-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=13db63470da92521a8a8d7ec8b56b7ec796fe19c;p=lilypond.git convertrules.py: bump version for release 2.16 --- diff --git a/python/convertrules.py b/python/convertrules.py index 44ecf049e7..78512310c3 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -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,