comparison lisp/version.el @ 37620:b090b7cc694b

Increment version number.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 08 May 2001 12:56:46 +0000
parents 197d2a7cc9d6
children 206866fa292a
comparison
equal deleted inserted replaced
37619:3b026479775e 37620:b090b7cc694b
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.103" "\ 28 (defconst emacs-version "21.0.104" "\
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)))