From: Vincent van Ravesteijn Date: Sun, 23 Mar 2014 12:32:37 +0000 (+0100) Subject: lyx2lyx: Update the emergency value X-Git-Tag: 2.2.0alpha1~1988 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b0629c79acf7591bd082596017d2742284e11b3e;p=lyx.git lyx2lyx: Update the emergency value Actually, this should not be hardcoded. --- diff --git a/lib/lyx2lyx/LyX.py b/lib/lyx2lyx/LyX.py index 059e40353f..173aafc21f 100644 --- a/lib/lyx2lyx/LyX.py +++ b/lib/lyx2lyx/LyX.py @@ -33,7 +33,7 @@ try: import lyx2lyx_version version__ = lyx2lyx_version.version except: # we are running from build directory so assume the last version - version__ = '2.1' + version__ = '2.2' default_debug__ = 2