diff options
| author | Karoly Lorentey | 2005-09-11 04:10:45 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-09-11 04:10:45 +0000 |
| commit | ee0bcfbce6e8f7055f483976a68b33a2bdd46d14 (patch) | |
| tree | 1ed004198debdd902de8de2bfeac8c3891bf472c /lisp | |
| parent | 62c5106ca59c5771ba2e62725985ba802afdc0d1 (diff) | |
| download | emacs-ee0bcfbce6e8f7055f483976a68b33a2bdd46d14.tar.gz emacs-ee0bcfbce6e8f7055f483976a68b33a2bdd46d14.zip | |
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')
| -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 @@ | |||
| 27 | 27 | ||
| 28 | ;;; Code: | 28 | ;;; Code: |
| 29 | 29 | ||
| 30 | (defconst emacs-version "22.0.50" "\ | 30 | (defconst emacs-version "22.0.51" "\ |
| 31 | Version numbers of this version of Emacs.") | 31 | Version numbers of this version of Emacs.") |
| 32 | 32 | ||
| 33 | (defconst emacs-major-version | 33 | (defconst emacs-major-version |