diff options
author | Michael Kifer <kifer@cs.stonybrook.edu> | 1997-09-30 01:13:53 +0000 |
---|---|---|
committer | Michael Kifer <kifer@cs.stonybrook.edu> | 1997-09-30 01:13:53 +0000 |
commit | 8e41a31c5d691dc844994f080ff21baa1863fcde (patch) | |
tree | f1874e1eeb0ad6235de22f60ca1eba2c700e07aa /lisp/ediff.el | |
parent | 991667f86e871f9fbae87cc696de53778a1775c0 (diff) | |
download | emacs-8e41a31c5d691dc844994f080ff21baa1863fcde.tar.gz |
new version
Diffstat (limited to 'lisp/ediff.el')
-rw-r--r-- | lisp/ediff.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ediff.el b/lisp/ediff.el index 2cbbc90164b..829a6bc68cd 100644 --- a/lisp/ediff.el +++ b/lisp/ediff.el @@ -6,8 +6,8 @@ ;; Created: February 2, 1994 ;; Keywords: comparing, merging, patching, version control. -(defconst ediff-version "2.67" "The current version of Ediff") -(defconst ediff-date "September 3, 1997" "Date of last update") +(defconst ediff-version "2.671" "The current version of Ediff") +(defconst ediff-date "September 23, 1997" "Date of last update") ;; This file is part of GNU Emacs. |