(gnus-product-name): New constant.
authorshuhei-k <shuhei-k>
Thu, 23 Jul 1998 14:31:27 +0000 (14:31 +0000)
committershuhei-k <shuhei-k>
Thu, 23 Jul 1998 14:31:27 +0000 (14:31 +0000)
(gnus-version): Use it for initialization.
(gnus-version-number): Update to 6.8.2.

lisp/gnus.el

index ca68c38..0fa5eaf 100644 (file)
@@ -250,12 +250,15 @@ is restarted, and sometimes reloaded."
   :link '(custom-manual "(gnus)Exiting Gnus")
   :group 'gnus)
 
-(defconst gnus-version-number "6.8.1"
+(defconst gnus-product-name "Shoe-gnus"
+  "Product name of this version of gnus.")
+
+(defconst gnus-version-number "6.8.2"
   "Version number for this version of gnus.")
 
 (defconst gnus-version
-  (format "Semi-gnus %s (based on Gnus 5.6.24; for SEMI 1.8/FLIM 1.8)"
-          gnus-version-number)
+  (format "%s %s (based on Gnus 5.6.24; for SEMI 1.8/FLIM 1.8)"
+          gnus-product-name gnus-version-number)
   "Version string for this version of gnus.")
 
 (defcustom gnus-inhibit-startup-message nil