]> git.donarmstrong.com Git - lilypond.git/commit
convert-ly: Raise an error message if version number is not a three-entry tuple
authorReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 31 Dec 2009 11:20:41 +0000 (12:20 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 17 Feb 2010 21:38:14 +0000 (22:38 +0100)
commit93278aae715038bd26a9e6bd9e657e9398d1914c
treebf72383eea963e43406bb6599e6614636a623d77
parent831e5bd8e7e771d734c373c670265dc2b66d201b
convert-ly: Raise an error message if version number is not a three-entry tuple

This fixes crashes with things like
   \version "2.10"
or
   \version "2.10.4.3.21"
and instead gracefully reminds the user that version strings should have a
form like `2.8.12'
scripts/convert-ly.py