diff options
| author | Karl Heuer | 1998-05-30 14:41:23 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-05-30 14:41:23 +0000 |
| commit | 64c9affcc455c58a570e1c72f572ee5be715ac2a (patch) | |
| tree | 091663120e9dc7b76c97765a1d0ba67911e58aa3 | |
| parent | 3ec8facdd361e11aa93a2fadd2bc15d0dd8a7df2 (diff) | |
| download | emacs-64c9affcc455c58a570e1c72f572ee5be715ac2a.tar.gz emacs-64c9affcc455c58a570e1c72f572ee5be715ac2a.zip | |
Update version number.
| -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 @@ | |||
| 6 | ;; Created: February 2, 1994 | 6 | ;; Created: February 2, 1994 |
| 7 | ;; Keywords: comparing, merging, patching, version control. | 7 | ;; Keywords: comparing, merging, patching, version control. |
| 8 | 8 | ||
| 9 | (defconst ediff-version "2.70.1" "The current version of Ediff") | 9 | (defconst ediff-version "2.70.2" "The current version of Ediff") |
| 10 | (defconst ediff-date "March 7, 1998" "Date of last update") | 10 | (defconst ediff-date "May 21, 1998" "Date of last update") |
| 11 | 11 | ||
| 12 | 12 | ||
| 13 | ;; This file is part of GNU Emacs. | 13 | ;; 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 @@ | |||
| 8 | 8 | ||
| 9 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. | 9 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. |
| 10 | 10 | ||
| 11 | (defconst viper-version "3.02 (Polyglot) of March 7, 1998" | 11 | (defconst viper-version "3.03 (Polyglot) of May 21, 1998" |
| 12 | "The current version of Viper") | 12 | "The current version of Viper") |
| 13 | 13 | ||
| 14 | ;; This file is part of GNU Emacs. | 14 | ;; This file is part of GNU Emacs. |