diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-04-19 21:29:37 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-04-19 21:29:37 -0400 |
commit | 958631c4cc36e766b98c05b05735cb83dce6fbb8 (patch) | |
tree | b2f6caf3bea3fa1436c550ee635cf835b34e2ac5 /lisp/version.el | |
parent | aa5789b56b42c6fda3454c11f8c16b3e20a26db4 (diff) | |
download | emacs-958631c4cc36e766b98c05b05735cb83dce6fbb8.tar.gz |
Bump version to 23.1.96.emacs-pretest-23.1.96
Diffstat (limited to 'lisp/version.el')
-rw-r--r-- | lisp/version.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/version.el b/lisp/version.el index c5c9bfa5fb6..1abb1015b00 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.95" "\ +(defconst emacs-version "23.1.96" "\ 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))) "\ |