From ba34a955b2e60abe480184320a31bc33d5890aa9 Mon Sep 17 00:00:00 2001 From: keiichi Date: Tue, 11 Apr 2000 05:31:48 +0000 Subject: [PATCH] (gnus-vers): Update to 7.1.0.15. (gnus-product-name): Revived. (gnus-version-number): Likewise. --- lisp/gnus-vers.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- 1.7.10.4