summaryrefslogtreecommitdiff
path: root/lisp/ediff.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1998-05-30 14:41:23 +0000
committerKarl Heuer <kwzh@gnu.org>1998-05-30 14:41:23 +0000
commit64c9affcc455c58a570e1c72f572ee5be715ac2a (patch)
tree091663120e9dc7b76c97765a1d0ba67911e58aa3 /lisp/ediff.el
parent3ec8facdd361e11aa93a2fadd2bc15d0dd8a7df2 (diff)
downloademacs-64c9affcc455c58a570e1c72f572ee5be715ac2a.tar.gz
Update version number.
Diffstat (limited to 'lisp/ediff.el')
-rw-r--r--lisp/ediff.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ediff.el b/lisp/ediff.el
index d8ecd0f91a5..4e6cd8667fa 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.70.1" "The current version of Ediff")
-(defconst ediff-date "March 7, 1998" "Date of last update")
+(defconst ediff-version "2.70.2" "The current version of Ediff")
+(defconst ediff-date "May 21, 1998" "Date of last update")
;; This file is part of GNU Emacs.