comparison lisp/version.el @ 37247:197d2a7cc9d6

Increment version number.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 06 Apr 2001 13:09:33 +0000
parents b67db6e4ed56
children b090b7cc694b
comparison
equal deleted inserted replaced
37246:e4df95e6d630 37247:197d2a7cc9d6
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.102" "\ 28 (defconst emacs-version "21.0.103" "\
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)))