comparison lisp/version.el @ 35669:3fb3acc0c0e7

Set version to 21.0.97.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 28 Jan 2001 19:30:07 +0000
parents f9654fb1f220
children e10bedbdc12d
comparison
equal deleted inserted replaced
35668:255153b4edca 35669:3fb3acc0c0e7
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.96" "\ 28 (defconst emacs-version "21.0.97" "\
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)))