aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/version.el
diff options
context:
space:
mode:
authorChong Yidong2010-01-29 21:09:50 -0500
committerChong Yidong2010-01-29 21:09:50 -0500
commite1c6f91c71412abd720c2efde386d6bb15beb8cd (patch)
tree9c0ccd0e4e98390ae80020789b3a66984aa25c34 /lisp/version.el
parent007240bdfa7e22bf26a27717f171bb13b83571da (diff)
downloademacs-e1c6f91c71412abd720c2efde386d6bb15beb8cd.tar.gz
emacs-e1c6f91c71412abd720c2efde386d6bb15beb8cd.zip
Bump version to 23.1.92.
Diffstat (limited to 'lisp/version.el')
-rw-r--r--lisp/version.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/version.el b/lisp/version.el
index 8b8cdb376e9..ba963eab5e9 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -32,7 +32,7 @@
32(defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\ 32(defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\
33Short copyright string for this version of Emacs.") 33Short copyright string for this version of Emacs.")
34 34
35(defconst emacs-version "23.1.91" "\ 35(defconst emacs-version "23.1.92" "\
36Version numbers of this version of Emacs.") 36Version numbers of this version of Emacs.")
37 37
38(defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\ 38(defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\