From: Karl Heuer Date: Sat, 30 May 1998 14:41:23 +0000 (+0000) Subject: Update version number. X-Git-Tag: emacs-20.3~790 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64c9affcc455c58a570e1c72f572ee5be715ac2a;p=emacs.git Update version number. --- 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.