(gnus-vers): Update to 7.1.0.15.
authorkeiichi <keiichi>
Tue, 11 Apr 2000 05:31:48 +0000 (05:31 +0000)
committerkeiichi <keiichi>
Tue, 11 Apr 2000 05:31:48 +0000 (05:31 +0000)
(gnus-product-name): Revived.
(gnus-version-number): Likewise.

lisp/gnus-vers.el

index 3e72bdd..3f1a4e9 100644 (file)
 
 ;; 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