From 8c749572b1b6d1913ea60e55ba52e20a2b532d10 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 3 May 2014 10:36:57 -0400 Subject: [PATCH] Prepare for 2.0.8.1. --- configure.ac | 4 ++-- development/tools/lyx-build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 9ff76aea11..a21fa719cb 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/development/tools/lyx-build b/development/tools/lyx-build index 27b72d5b6b..affb72eb5c 100755 --- a/development/tools/lyx-build +++ b/development/tools/lyx-build @@ -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