comparison lisp/emacs-lisp/elp.el @ 18064:a76beaa93249

Update version.
author Richard M. Stallman <rms@gnu.org>
date Sat, 31 May 1997 05:39:02 +0000
parents 2f06477dce5d
children f9887487a4a1
comparison
equal deleted inserted replaced
18063:89a58c1d8d2c 18064:a76beaa93249
3 ;; Copyright (C) 1994, 1995, 1997 Free Software Foundation, Inc. 3 ;; Copyright (C) 1994, 1995, 1997 Free Software Foundation, Inc.
4 4
5 ;; Author: 1994-1997 Barry A. Warsaw 5 ;; Author: 1994-1997 Barry A. Warsaw
6 ;; Maintainer: tools-help@python.org 6 ;; Maintainer: tools-help@python.org
7 ;; Created: 26-Feb-1994 7 ;; Created: 26-Feb-1994
8 ;; Version: 2.40 8 ;; Version: 3.0
9 ;; Last Modified: 1997/04/21 15:48:26 9 ;; Last Modified: 1997/04/21 17:45:15
10 ;; Keywords: debugging lisp tools 10 ;; Keywords: debugging lisp tools
11 11
12 ;; This file is part of GNU Emacs. 12 ;; This file is part of GNU Emacs.
13 13
14 ;; GNU Emacs is free software; you can redistribute it and/or modify 14 ;; GNU Emacs is free software; you can redistribute it and/or modify
189 189
190 ;; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 190 ;; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
191 ;; end of user configuration variables 191 ;; end of user configuration variables
192 192
193 193
194 (defconst elp-version "2.40" 194 (defconst elp-version "3.0"
195 "ELP version number.") 195 "ELP version number.")
196 196
197 (defconst elp-help-address "tools-help@python.org" 197 (defconst elp-help-address "tools-help@python.org"
198 "Address accepting submissions of bug reports and questions.") 198 "Address accepting submissions of bug reports and questions.")
199 199