diff options
-rw-r--r-- | lisp/ediff.el | 4 | ||||
-rw-r--r-- | lisp/emulation/viper.el | 2 |
2 files changed, 3 insertions, 3 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. diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 9bc98b865a4..8709a5435a2 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el @@ -8,7 +8,7 @@ ;; Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. -(defconst viper-version "3.02 (Polyglot) of March 7, 1998" +(defconst viper-version "3.03 (Polyglot) of May 21, 1998" "The current version of Viper") ;; This file is part of GNU Emacs. |