X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fscripts%2FconvertDefault.py;h=d04fa78799ba62f7a7f5a54a0eac8560970d15e2;hb=0e710626b8b921c527aa1a19932825fdfe232c7f;hp=5287e9637589aeaac72e83db9c8f46b34a25e5b3;hpb=e4065cc1b1394c61108735611e0ebf02b12e6bbe;p=features.git diff --git a/lib/scripts/convertDefault.py b/lib/scripts/convertDefault.py index 5287e96375..d04fa78799 100644 --- a/lib/scripts/convertDefault.py +++ b/lib/scripts/convertDefault.py @@ -53,6 +53,8 @@ else: gm = True # we need version to be a valid integer 3-tuple version = (1,0,0) + else: + version = (0,0,0) # IM >= 5.5.8 separates options for source and target files # See http://www.imagemagick.org/Usage/basics/#why