mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
Fix default version of lyx2lyx. Thanks Georg.
This commit is contained in:
parent
4eb3ed96e5
commit
eea79253d7
@ -32,8 +32,8 @@ import time
|
||||
try:
|
||||
import lyx2lyx_version
|
||||
version__ = lyx2lyx_version.version
|
||||
except: # we are running from build directory so assume the last version
|
||||
version__ = '2.2'
|
||||
except: # we are running from build directory so assume the current version
|
||||
version__ = '2.1'
|
||||
|
||||
default_debug__ = 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user