diff lisp/version.el @ 107492:72f8f4f82b9d EMACS_PRETEST_23_1_94

Bump version to 23.1.94 and regenerate ldefs-boot.el.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 10 Mar 2010 23:03:11 -0500
parents bd6485c5bd3d
children 14f1ff916f19
line wrap: on
line diff
--- a/lisp/version.el	Wed Mar 10 21:44:35 2010 -0500
+++ b/lisp/version.el	Wed Mar 10 23:03:11 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.93" "\
+(defconst emacs-version "23.1.94" "\
 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))) "\