From 153d2c0931dd1f6bfbfe27a3fb9dd4f05021ce22 Mon Sep 17 00:00:00 2001 From: keiichi Date: Tue, 11 Apr 2000 05:32:58 +0000 Subject: [PATCH] (gnus-version): Restore string format. (gnus-product-variable-file-list): Update file compatibility version numbers. --- lisp/gnus.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/gnus.el b/lisp/gnus.el index feb5267..f6167dd 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -269,8 +269,8 @@ is restarted, and sometimes reloaded." "Version string for this version of Gnus.") (defconst gnus-version - (format "%s (based on %s; for SEMI 1.13, FLIM 1.13)" - (product-string 'gnus-vers) gnus-original-version) + (format "%s %s (based on %s; for SEMI 1.13, FLIM 1.13)" + gnus-product-name gnus-version-number gnus-original-version) "Version string for this version of gnus.") (defcustom gnus-inhibit-startup-message nil @@ -1575,10 +1575,10 @@ If nil, no default charset is assumed when posting." "Gnus variables saved in the quick startup file.") (defvar gnus-product-variable-file-list - '(("strict-cache" ((product-version (7 1 0 14)) (emacs-version)) + '(("strict-cache" ((product-version (7 1 0 15)) (emacs-version)) binary gnus-format-specs-compiled) - ("cache" ((product-version (7 1 0 14))) + ("cache" ((product-version (7 1 0 15))) ctext gnus-format-specs)) "Gnus variables are saved in the produce depend quick startup files.") -- 1.7.10.4