aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong2009-12-09 02:06:16 +0000
committerChong Yidong2009-12-09 02:06:16 +0000
commita3ff15d6fc49d345356489f1aa14830bbb490e92 (patch)
treee7975b46491946ef7be471e4fbe758b7559df544 /lisp
parent716a75702ccfb528ce6297bc904069f1a85ab83b (diff)
downloademacs-a3ff15d6fc49d345356489f1aa14830bbb490e92.tar.gz
emacs-a3ff15d6fc49d345356489f1aa14830bbb490e92.zip
Bump version to 23.1.90.emacs-pretest-23.1.90
Diffstat (limited to 'lisp')
-rw-r--r--lisp/version.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/version.el b/lisp/version.el
index f5109ab6433..41bdf409f0d 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -32,7 +32,7 @@
32(defconst emacs-copyright "Copyright (C) 2009 Free Software Foundation, Inc." "\ 32(defconst emacs-copyright "Copyright (C) 2009 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.50" "\ 35(defconst emacs-version "23.1.90" "\
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))) "\