mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Prepare for 2.0.8.1.
This commit is contained in:
parent
bb876f85ae
commit
8c749572b1
@ -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])
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user