From 2e7bc30383e041c10486397f42b9c424dcfed0d3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 17 Oct 2001 10:25:26 +0000 Subject: [PATCH] (VERSION): Set to 2.7. (manual): Use `manual-21' instead of `manual-20'. --- lispref/ChangeLog | 5 +++++ lispref/Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 4d4318b2442..edd24d42a93 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2001-10-17 Gerd Moellmann + + * Makefile.in (VERSION): Set to 2.7. + (manual): Use `manual-21' instead of `manual-20'. + 2001-10-02 Miles Bader * minibuf.texi (Minibuffer Misc): Add entries for diff --git a/lispref/Makefile.in b/lispref/Makefile.in index 8406e079951..b8d91b69426 100644 --- a/lispref/Makefile.in +++ b/lispref/Makefile.in @@ -23,8 +23,8 @@ texmacrodir = /usr/local/lib/tex/macros texinputdir = TEXINPUTS=$(srcdir): # The name of the manual: -VERSION=2.6 -manual = elisp-manual-20-$(VERSION) +VERSION=2.7 +manual = elisp-manual-21-$(VERSION) # Uncomment this line for permuted index. # permuted_index = 1 -- 2.39.2