comparison lisp/version.el @ 45511:e27a1854f55c

Bump Emacs version to 21.3.50.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 25 May 2002 11:26:14 +0000
parents cd29af650db0
children 33d53d287ee4
comparison
equal deleted inserted replaced
45510:418a8a558d4d 45511:e27a1854f55c
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;;; Code: 28 ;;; Code:
29 29
30 (defconst emacs-version "21.2.50" "\ 30 (defconst emacs-version "21.3.50" "\
31 Version numbers of this version of Emacs.") 31 Version numbers of this version of Emacs.")
32 32
33 (defconst emacs-major-version 33 (defconst emacs-major-version
34 (progn (string-match "^[0-9]+" emacs-version) 34 (progn (string-match "^[0-9]+" emacs-version)
35 (string-to-int (match-string 0 emacs-version))) 35 (string-to-int (match-string 0 emacs-version)))