Prepare for 2.0.8.1.

This commit is contained in:
Richard Heck 2014-05-03 10:36:57 -04:00
parent bb876f85ae
commit 8c749572b1
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
dnl Process with autoconf to generate configure script -*- sh -*-
AC_INIT(LyX,2.0.8,[lyx-devel@lists.lyx.org],[lyx])
AC_INIT(LyX,2.0.8.1,[lyx-devel@lists.lyx.org],[lyx])
# Use ISO format only. The frontend needs to parse this
AC_SUBST(LYX_DATE, ["2014-04-14"])
AC_SUBST(LYX_DATE, ["2014-05-03"])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_HEADERS([config.h])

View File

@ -10,7 +10,7 @@
# Where we will do our work
BASE="/cvs/lyx/lyx-release";
# Where our git repository lives
SRCDIR="/cvs/lyx/lyx-20";
SRCDIR="/cvs/lyx/lyx-stable";
# editor
if [ -z "$EDITOR" ]; then EDITOR=vi; fi
# Options to make, when we compile