commit f0f815709965ba8c036a9b7e23cda4ec805cec97
Author: Vincent van Ravesteijn <[email protected]>
Date:   Mon Mar 24 14:22:52 2014 +0100

    Start the 2.2 development cycle

diff --git a/configure.ac b/configure.ac
index e245fde..1ce2ed3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
 dnl Process with autoconf to generate configure script   -*- sh -*-
 
-AC_INIT(LyX,2.1.0,[[email protected]],[lyx])
+AC_INIT(LyX,2.2.0dev,[[email protected]],[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])

Reply via email to