From 829f35a5bb1a68526a3175542bad177420df1e1d Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 30 Dec 2009 21:14:46 -0500 Subject: Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el. --- lisp/version.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/version.el') diff --git a/lisp/version.el b/lisp/version.el index 41bdf409f0d..92252f3a222 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -32,7 +32,7 @@ (defconst emacs-copyright "Copyright (C) 2009 Free Software Foundation, Inc." "\ Short copyright string for this version of Emacs.") -(defconst emacs-version "23.1.90" "\ +(defconst emacs-version "23.1.91" "\ 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))) "\ -- cgit v1.2.1