comparison lisp/version.el @ 36542:617fb94d7265

Set version 21.0.99.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 05 Mar 2001 14:34:05 +0000
parents 72d984e2a0c7
children 91dfc548c55c
comparison
equal deleted inserted replaced
36541:84d2880543e0 36542:617fb94d7265
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.99" "\ 28 (defconst emacs-version "21.0.100" "\
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)))