diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2005-09-11 04:10:45 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2005-09-11 04:10:45 +0000 |
commit | ee0bcfbce6e8f7055f483976a68b33a2bdd46d14 (patch) | |
tree | 1ed004198debdd902de8de2bfeac8c3891bf472c /lisp/version.el | |
parent | 62c5106ca59c5771ba2e62725985ba802afdc0d1 (diff) | |
download | emacs-ee0bcfbce6e8f7055f483976a68b33a2bdd46d14.tar.gz |
Set Emacs version number to 22.0.51 to allow parallel installations of CVS trunk and the multi-tty branch.
* README: Set Emacs version to 22.0.51.
* lispref/elisp.texi (EMACSVER): Set to 22.0.51.
* man/emacs.texi (EMACSVER): Set to 22.0.51.
* lisp/version.el (emacs-version): Set to 22.0.51.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-413
Diffstat (limited to 'lisp/version.el')
-rw-r--r-- | lisp/version.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/version.el b/lisp/version.el index b34a4c7cdef..f02f291c4b5 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -27,7 +27,7 @@ ;;; Code: -(defconst emacs-version "22.0.50" "\ +(defconst emacs-version "22.0.51" "\ Version numbers of this version of Emacs.") (defconst emacs-major-version |