# HG changeset patch # User Karl Heuer # Date 896539283 0 # Node ID 5c9c0bd0a408c882523e65cfe61952476070f270 # Parent c222c6df8c5a5b6d3e29750ddba42b134a46dea2 Update version number. diff -r c222c6df8c5a -r 5c9c0bd0a408 lisp/ediff.el --- a/lisp/ediff.el Sat May 30 14:41:00 1998 +0000 +++ b/lisp/ediff.el Sat May 30 14:41:23 1998 +0000 @@ -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 -r c222c6df8c5a -r 5c9c0bd0a408 lisp/emulation/viper.el --- a/lisp/emulation/viper.el Sat May 30 14:41:00 1998 +0000 +++ b/lisp/emulation/viper.el Sat May 30 14:41:23 1998 +0000 @@ -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.