comparison lisp/version.el @ 35745:e10bedbdc12d

Set version to 21.0.98.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 30 Jan 2001 20:08:41 +0000
parents 3fb3acc0c0e7
children 72d984e2a0c7
comparison
equal deleted inserted replaced
35744:497c28f292c4 35745:e10bedbdc12d
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 ;; Boston, MA 02111-1307, USA. 24 ;; Boston, MA 02111-1307, USA.
25 25
26 ;;; Code: 26 ;;; Code:
27 27
28 (defconst emacs-version "21.0.97" "\ 28 (defconst emacs-version "21.0.98" "\
29 Version numbers of this version of Emacs.") 29 Version numbers of this version of Emacs.")
30 30
31 (defconst emacs-major-version 31 (defconst emacs-major-version
32 (progn (string-match "^[0-9]+" emacs-version) 32 (progn (string-match "^[0-9]+" emacs-version)
33 (string-to-int (match-string 0 emacs-version))) 33 (string-to-int (match-string 0 emacs-version)))