]> git.lyx.org Git - features.git/commitdiff
Fix version number.
authorRichard Heck <rgheck@lyx.org>
Fri, 3 Jun 2016 21:45:02 +0000 (17:45 -0400)
committerRichard Heck <rgheck@lyx.org>
Fri, 3 Jun 2016 21:45:15 +0000 (17:45 -0400)
configure.ac

index 866e18e8ca5ab0d34494b5f219553f5dfda348e2..c599a1e75868c8cbfb243db59d3ba791bc2175fd 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process with autoconf to generate configure script   -*- sh -*-
 
-AC_INIT(LyX,2.2.0,[lyx-devel@lists.lyx.org],[lyx])
+AC_INIT(LyX,2.2.1dev,[lyx-devel@lists.lyx.org],[lyx])
 AC_PRESERVE_HELP_ORDER
 # Use ISO format only. The frontend needs to parse this
 AC_SUBST(LYX_DATE, ["2016-05-23"])