summaryrefslogtreecommitdiff
path: root/lisp/version.el
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
commitb278c31751a45b49c1f9fe935c5ffd7c404c2375 (patch)
tree38369761987053627358c9a0d0f91b9f41ca5dc1 /lisp/version.el
parentf9171a027bf673f12b5262ce57dd7618d3f3513f (diff)
downloademacs-b278c31751a45b49c1f9fe935c5ffd7c404c2375.tar.gz
Bump version to 23.1.97.EMACS_PRETEST_23_1_97
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 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))) "\