diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-01-18 10:17:27 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-01-18 10:17:27 +0000 |
commit | 231ac53be3ee7cc7f7e7928e9dd6bc2c6b298dd7 (patch) | |
tree | f05d52b6615e9edea025085bedf79d85da5af951 /lispref | |
parent | 1919bf4d6198dcf8810d004ba09ccfa365d3e33d (diff) | |
download | emacs-231ac53be3ee7cc7f7e7928e9dd6bc2c6b298dd7.tar.gz |
(VERSION): Set to 2.9.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/ChangeLog | 7 | ||||
-rw-r--r-- | lispref/Makefile.in | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 072878572ef..4caf0319ce9 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,10 @@ +2002-01-18 Eli Zaretskii <eliz@is.elta.co.il> + + * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs + to which the manual corresponds, and the copyright years. + + * Makefile.in (VERSION): Set to 2.9. + 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> * elisp.texi: Change the category in @dircategory to "Emacs", to diff --git a/lispref/Makefile.in b/lispref/Makefile.in index 71605c4b65b..5e4f9d85435 100644 --- a/lispref/Makefile.in +++ b/lispref/Makefile.in @@ -40,7 +40,7 @@ MAKEINFO=makeinfo texinputdir = TEXINPUTS=$(srcdir):"$(TEXINPUTS)" # The name of the manual: -VERSION=2.8 +VERSION=2.9 manual = elisp-manual-21-$(VERSION) # Uncomment this line for permuted index. |