From: David Kastrup Date: Tue, 31 Dec 2013 00:16:13 +0000 (+0100) Subject: python/convertrules.py: bump version for 2.18 release X-Git-Tag: release/2.18.1-1~41 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=10c771c7118090da0ff00d9025deedfba1ed0fdd;p=lilypond.git python/convertrules.py: bump version for 2.18 release --- diff --git a/python/convertrules.py b/python/convertrules.py index 28c27fb8b8..ec8bd266ef 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -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) #