]> git.lyx.org Git - lyx.git/commitdiff
Start the 2.2 development cycle
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 24 Mar 2014 13:22:52 +0000 (14:22 +0100)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 18 Apr 2014 10:03:13 +0000 (12:03 +0200)
configure.ac

index e245fdea30a72e835160681fabdac2375c9dd6e1..1ce2ed3a24852dd1df82cab1f02f4796fc57309a 100644 (file)
@@ -1,9 +1,9 @@
 dnl Process with autoconf to generate configure script   -*- sh -*-
 
-AC_INIT(LyX,2.1.0,[lyx-devel@lists.lyx.org],[lyx])
+AC_INIT(LyX,2.2.0dev,[lyx-devel@lists.lyx.org],[lyx])
 AC_PRESERVE_HELP_ORDER
 # Use ISO format only. The frontend needs to parse this
-AC_SUBST(LYX_DATE, ["2014-04-13"])
+AC_SUBST(LYX_DATE, ["2014-04-14"])
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR(src/main.cpp)
 AC_CONFIG_HEADERS([config.h])