On 06/01/2016 03:08 PM, Georg Baum wrote: > Richard Heck wrote: > >> commit 4eb3ed96e53ab0eb2af519caa6125cac79c823ad >> Author: Richard Heck <rgh...@lyx.org> >> Date: Wed Jun 1 12:31:48 2016 -0400 >> >> Update lyx2lyx from 2.2.0. This is in preparation for the 2.1.5 >> release. >> >> diff --git a/lib/lyx2lyx/LyX.py b/lib/lyx2lyx/LyX.py >> index 7e52238..1e2147d 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' > Shouldn't the default version stay at 2.1?
yes, thanks. rh