commit b0629c79acf7591bd082596017d2742284e11b3e
Author: Vincent van Ravesteijn <[email protected]>
Date:   Sun Mar 23 13:32:37 2014 +0100

    lyx2lyx: Update the emergency value
    
    Actually, this should not be hardcoded.

diff --git a/lib/lyx2lyx/LyX.py b/lib/lyx2lyx/LyX.py
index 059e403..173aafc 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
 

Reply via email to