diff lisp/version.el @ 107051:905212a81527

Bump version to 23.1.92.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 29 Jan 2010 21:09:50 -0500
parents f039ef236594
children bd6485c5bd3d
line wrap: on
line diff
--- a/lisp/version.el	Fri Jan 29 21:08:53 2010 -0500
+++ b/lisp/version.el	Fri Jan 29 21:09:50 2010 -0500
@@ -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.91" "\
+(defconst emacs-version "23.1.92" "\
 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))) "\