From: keiichi Date: Tue, 11 Apr 2000 05:32:58 +0000 (+0000) Subject: (gnus-version): Restore string format. X-Git-Tag: nana-gnus-7_1_0_16~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=153d2c0931dd1f6bfbfe27a3fb9dd4f05021ce22;p=elisp%2Fgnus.git- (gnus-version): Restore string format. (gnus-product-variable-file-list): Update file compatibility version numbers. --- 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.")