X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fscripts%2Fprefs2prefs_prefs.py;h=5ce10511bce434564cb85dde500db2c19ccb39e9;hb=c0bbc020a56e0e55fe4a07230ab6d9851fef0c24;hp=c7a5369741b9f161e54a17e5175779c7039a8574;hpb=269695aa5f50651cc7e49a480bc426e540b577b6;p=lyx.git diff --git a/lib/scripts/prefs2prefs_prefs.py b/lib/scripts/prefs2prefs_prefs.py index c7a5369741..5ce10511bc 100644 --- a/lib/scripts/prefs2prefs_prefs.py +++ b/lib/scripts/prefs2prefs_prefs.py @@ -28,6 +28,11 @@ # Incremented to format 4, r40028 by vfr # Remove support for default paper size. +# Incremented to format 5, r40030 by vfr +# Add a default length unit. +# No conversion necessary. + + import re @@ -141,4 +146,5 @@ conversions = [ [ 2, []], [ 3, [ zipped_native ]], [ 4, [ remove_default_papersize ]], + [ 5, []], ]