summaryrefslogtreecommitdiff
path: root/lisp/version.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-05-07 23:28:26 -0400
committerChong Yidong <cyd@stupidchicken.com>2010-05-07 23:28:26 -0400
commit24c792768951142c0756c963167cb49d52dbf13e (patch)
tree173f7c67075e911118e9865d32e26e9f3336f69e /lisp/version.el
parentc247ec882c933d48da20945b74d4d561a41e9a13 (diff)
downloademacs-EMACS_23_2.tar.gz
Bump version to 23.2.emacs-23/emacs-23.2EMACS_23_2
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 7439fcf1b35..bc9ff1b41ca 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.97" "\
+(defconst emacs-version "23.2" "\
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))) "\