lisp/gnus.el: Fix typo.
authorichikawa <ichikawa>
Thu, 13 Aug 1998 05:16:30 +0000 (05:16 +0000)
committerichikawa <ichikawa>
Thu, 13 Aug 1998 05:16:30 +0000 (05:16 +0000)
ChangeLog
lisp/gnus.el

index 2f651f4..b6690a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1998-08-13  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
 
+       * lisp/gnus.el (gnus-version-number): Fix typo.
+
        * lisp/gnus.el (gnus-version-number): Update to 6.8.11.
 
        * Sync up with Gnus 5.6.34.
index 40bc984..82e1f48 100644 (file)
@@ -254,7 +254,7 @@ is restarted, and sometimes reloaded."
   "Version number for this version of gnus.")
 
 (defconst gnus-version
-  (format "Semi-gnus %s (based on Gnus 5.6.33; for SEMI 1.8, FLIM 1.8/1.9)"
+  (format "Semi-gnus %s (based on Gnus 5.6.34; for SEMI 1.8, FLIM 1.8/1.9)"
           gnus-version-number)
   "Version string for this version of gnus.")