projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c094659
)
python/convertrules.py: bump version for 2.18 release
author
David Kastrup
<dak@gnu.org>
Tue, 31 Dec 2013 00:16:13 +0000
(
01:16
+0100)
committer
David Kastrup
<dak@gnu.org>
Tue, 31 Dec 2013 00:16:13 +0000
(
01:16
+0100)
python/convertrules.py
patch
|
blob
|
history
diff --git
a/python/convertrules.py
b/python/convertrules.py
index 28c27fb8b892f3859d9877f2f2e3c24421f1cdd8..ec8bd266ef7cfc2c2307d430548cb271e09de037 100644
(file)
--- 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)
#