commit 8dabe439959a931a4adeb48156db6bbfb37ad4ec
Author: Richard Heck <[email protected]>
Date: Fri Jun 3 17:45:42 2016 -0400
Fix version number.
diff --git a/configure.ac b/configure.ac
index 615653f..5878300 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,6 +2,7 @@ dnl Process with autoconf to generate configure script -*- sh
-*-
AC_INIT(LyX,2.2.1dev,[[email protected]],[lyx])
AC_PRESERVE_HELP_ORDER
+
# Use ISO format only. The frontend needs to parse this
AC_SUBST(LYX_DATE, ["2016-05-23"])
AC_PREREQ(2.60)