comparison lisp/version.el @ 33972:e5e08f592f90

Set version to 21.0.93.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 28 Nov 2000 20:34:25 +0000
parents 4e6f5b318d20
children 1b32037b8a8d
comparison
equal deleted inserted replaced
33971:c33b80a45f6a 33972:e5e08f592f90
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA. 23 ;; Boston, MA 02111-1307, USA.
24 24
25 ;;; Code: 25 ;;; Code:
26 26
27 (defconst emacs-version "21.0.92" "\ 27 (defconst emacs-version "21.0.93" "\
28 Version numbers of this version of Emacs.") 28 Version numbers of this version of Emacs.")
29 29
30 (defconst emacs-major-version 30 (defconst emacs-major-version
31 (progn (string-match "^[0-9]+" emacs-version) 31 (progn (string-match "^[0-9]+" emacs-version)
32 (string-to-int (match-string 0 emacs-version))) 32 (string-to-int (match-string 0 emacs-version)))