summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-05-03 21:31:59 -0400
committerChong Yidong <cyd@stupidchicken.com>2010-05-03 21:31:59 -0400
commit8838172bf0c35831f6b0f0a9763af0d04edf5468 (patch)
treed17c3c0e016a4e1739064b93fa4b77c2b4f7ddde /lisp
parentda0bbbc4e336566be28cc99dce4b155d4a9a194f (diff)
downloademacs-pretest-23.1.97.tar.gz
Bump version to 23.1.97.emacs-pretest-23.1.97
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 1abb1015b00..7439fcf1b35 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -32,7 +32,7 @@
(defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\
Short copyright string for this version of Emacs.")
-(defconst emacs-version "23.1.96" "\
+(defconst emacs-version "23.1.97" "\
Version numbers of this version of Emacs.")
(defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\