]> git.lyx.org Git - features.git/blobdiff - lib/scripts/convertDefault.py
Adapt all German and English manuals to new index features
[features.git] / lib / scripts / convertDefault.py
index 5287e9637589aeaac72e83db9c8f46b34a25e5b3..d04fa78799ba62f7a7f5a54a0eac8560970d15e2 100644 (file)
@@ -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