diff options
author | Michael Kifer <kifer@cs.stonybrook.edu> | 2008-11-16 05:06:55 +0000 |
---|---|---|
committer | Michael Kifer <kifer@cs.stonybrook.edu> | 2008-11-16 05:06:55 +0000 |
commit | 2dc754bc781256274b2e079ca40f94d05cfe30fc (patch) | |
tree | 00051061170780a468a2032d491895ef011fe58e /lisp | |
parent | 9f90198a0eb5ba1c6c246de156bb77c3eced4099 (diff) | |
download | emacs-2dc754bc781256274b2e079ca40f94d05cfe30fc.tar.gz emacs-2dc754bc781256274b2e079ca40f94d05cfe30fc.tar.bz2 emacs-2dc754bc781256274b2e079ca40f94d05cfe30fc.zip |
version timestamp update
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ediff.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff.el b/lisp/ediff.el index eaf66e87c25..3ff2848c497 100644 --- a/lisp/ediff.el +++ b/lisp/ediff.el @@ -13,7 +13,7 @@ ;; of the bug report be sent to the maintainer's email address. (defconst ediff-version "2.81.2" "The current version of Ediff") -(defconst ediff-date "April 06, 2008" "Date of last update") +(defconst ediff-date "November 16, 2008" "Date of last update") ;; This file is part of GNU Emacs. |