commit 8c749572b1b6d1913ea60e55ba52e20a2b532d10
Author: Richard Heck <[email protected]>
Date:   Sat May 3 10:36:57 2014 -0400

    Prepare for 2.0.8.1.

diff --git a/configure.ac b/configure.ac
index 9ff76ae..a21fa71 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,[[email protected]],[lyx])
+AC_INIT(LyX,2.0.8.1,[[email protected]],[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 27b72d5..affb72e 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

Reply via email to