diff lisp/version.el @ 106502:2400073344ef EMACS_PRETEST_23_1_90

Bump version to 23.1.90.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 09 Dec 2009 02:06:16 +0000
parents bd2966850aac
children 8c60b70f9505
line wrap: on
line diff
--- a/lisp/version.el	Wed Dec 09 02:05:40 2009 +0000
+++ b/lisp/version.el	Wed Dec 09 02:06:16 2009 +0000
@@ -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.50" "\
+(defconst emacs-version "23.1.90" "\
 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))) "\