Sync up with main trunc. unlabeled-1.30.2
authorakr <akr>
Thu, 23 Apr 1998 17:00:18 +0000 (17:00 +0000)
committerakr <akr>
Thu, 23 Apr 1998 17:00:18 +0000 (17:00 +0000)
lisp/gnus.el

index 61534c0..f2a1d78 100644 (file)
@@ -246,11 +246,12 @@ is restarted, and sometimes reloaded."
   :link '(custom-manual "(gnus)Exiting Gnus")
   :group 'gnus)
 
-(defconst gnus-version-number "6.0.10"
+(defconst gnus-version-number "6.2.0"
   "Version number for this version of gnus.")
 
 (defconst gnus-version
-  (format "Semi-gnus %s (based on Gnus 5.6.2)" gnus-version-number)
+  (format "Semi-gnus %s (based on Gnus 5.6.4; for SEMI 1.3)"
+          gnus-version-number)
   "Version string for this version of gnus.")
 
 (defcustom gnus-inhibit-startup-message nil
@@ -702,7 +703,7 @@ All other Gnus path variables are initialized from this variable."
   :type 'directory)
 
 (defcustom gnus-directory (or (getenv "SAVEDIR")
-                     (nnheader-concat gnus-home-directory "News/"))
+                             (nnheader-concat gnus-home-directory "News/"))
   "*Directory variable from which all other Gnus file variables are derived."
   :group 'gnus-files
   :type 'directory)