commit 41cf01e9b6b87537101612309da1e550d094493d
Author: Scott Kostyshak <[email protected]>
Date: Fri Nov 13 23:02:34 2015 -0500
This is LyX 2.2.0alpha1
diff --git a/configure.ac b/configure.ac
index 17a463a..210d755 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
dnl Process with autoconf to generate configure script -*- sh -*-
-AC_INIT(LyX,2.2.0dev,[[email protected]],[lyx])
+AC_INIT(LyX,2.2.0alpha1,[[email protected]],[lyx])
AC_PRESERVE_HELP_ORDER
# Use ISO format only. The frontend needs to parse this
-AC_SUBST(LYX_DATE, ["2014-04-14"])
+AC_SUBST(LYX_DATE, ["2015-11-13"])
AC_PREREQ(2.60)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_HEADERS([config.h])