diff lisp/vc-cvs.el @ 45255:20c79f08a7da

Change all post-21.1 :version attributes to 21.4.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 12 May 2002 17:29:29 +0000
parents 6eb10924e77f
children 426c8cf1a3df
line wrap: on
line diff
--- a/lisp/vc-cvs.el	Sun May 12 17:04:51 2002 +0000
+++ b/lisp/vc-cvs.el	Sun May 12 17:29:29 2002 +0000
@@ -5,7 +5,7 @@
 ;; Author:      FSF (see vc.el for full credits)
 ;; Maintainer:  Andre Spiegel <spiegel@gnu.org>
 
-;; $Id: vc-cvs.el,v 1.39 2002/04/08 13:38:48 sds Exp $
+;; $Id: vc-cvs.el,v 1.40 2002/04/09 17:13:51 sds Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -42,7 +42,7 @@
 		 (repeat :tag "Argument List"
 			 :value ("")
 			 string))
-  :version "21.3"
+  :version "21.4"
   :group 'vc)
 
 (defcustom vc-cvs-register-switches nil
@@ -98,7 +98,7 @@
 Format is according to `format-time-string'.  Only used if
 `vc-cvs-sticky-tag-display' is t."
   :type '(string)
-  :version "21.3"
+  :version "21.4"
   :group 'vc)
 
 (defcustom vc-cvs-sticky-tag-display t
@@ -137,7 +137,7 @@
 
 See also variable `vc-cvs-sticky-date-format-string'."
   :type '(choice boolean function)
-  :version "21.3"
+  :version "21.4"
   :group 'vc)
 
 ;;;