From: keiichi Date: Tue, 11 Apr 2000 05:31:48 +0000 (+0000) Subject: (gnus-vers): Update to 7.1.0.15. X-Git-Tag: nana-gnus-7_1_0_16~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ba34a955b2e60abe480184320a31bc33d5890aa9;p=elisp%2Fgnus.git- (gnus-vers): Update to 7.1.0.15. (gnus-product-name): Revived. (gnus-version-number): Likewise. --- diff --git a/lisp/gnus-vers.el b/lisp/gnus-vers.el index 3e72bdd..3f1a4e9 100644 --- a/lisp/gnus-vers.el +++ b/lisp/gnus-vers.el @@ -31,6 +31,15 @@ ;; Product information of this gnus. (product-provide 'gnus-vers - (product-define "Nana-gnus" nil '(7 1 0 14))) + (product-define "Nana-gnus" nil '(7 1 0 15))) + +(defconst gnus-product-name (product-name (product-find 'gnus-vers)) + "Product name of this version of gnus.") + +(defconst gnus-version-number (mapconcat + 'number-to-string + (product-version (product-find 'gnus-vers)) + ".") + "Version number for this version of gnus.") ;; gnus-vers.el ends here