diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/version.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 55f70e2b43e..d256882bf27 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-03-26 Chong Yidong <cyd@stupidchicken.com> + + * Version 22.2 released. + 2008-03-25 Johan Bockg,Ae(Brd <bojohan@gnu.org> * info.el (Info-isearch-search): Always return point. diff --git a/lisp/version.el b/lisp/version.el index 178fce6ca50..2a72c6e16b7 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -30,7 +30,7 @@ (defconst emacs-copyright "Copyright (C) 2008 Free Software Foundation, Inc." "Short copyright string for this version of Emacs.") -(defconst emacs-version "22.1.92" "\ +(defconst emacs-version "22.2" "\ Version numbers of this version of Emacs.") (defconst emacs-major-version |