Up to 2.9.9.
authorhmurata <hmurata>
Wed, 3 Apr 2002 13:10:30 +0000 (13:10 +0000)
committerhmurata <hmurata>
Wed, 3 Apr 2002 13:10:30 +0000 (13:10 +0000)
doc/version.tex
doc/version.texi
elmo/ChangeLog
elmo/elmo-version.el
wl/ChangeLog

index 4b1c419..3f61973 100644 (file)
@@ -1 +1 @@
-\def\versionnumber{2.9.8}
+\def\versionnumber{2.9.9}
index b91fe77..d16f378 100644 (file)
@@ -1 +1 @@
-@set VERSION 2.9.8
+@set VERSION 2.9.9
index 922d967..8648dcc 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-version.el (elmo-version): Up to 2.9.9.
+
 2002-03-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * elmo.el (elmo-find-fetch-strategy): Don't use file cache when
@@ -15,7 +19,7 @@
 
        * elmo-imap4.el (elmo-folder-list-subfolders): Fixed logic.
 
-2002-02-18   Daiki Ueno  <ueno@unixuser.org>
+2002-02-18  Daiki Ueno  <ueno@unixuser.org>
 
        * elmo-nntp.el (elmo-nntp-send-mode-reader): Don't throw an error.
 
index d6d4620..4442178 100644 (file)
@@ -40,7 +40,7 @@
 ;; product-define in the first place
 (product-provide 'elmo-version
   ;; Don't forget to check `wl-version.el' and Info.
-  (product-define "ELMO" nil '(2 9 8)))
+  (product-define "ELMO" nil '(2 9 9)))
 
 ;; set version-string
 (product-version-as-string 'elmo-version)
index bd75708..848a886 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * Version number is increased to 2.9.9.
+
 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
 
        * wl-summary.el (wl-summary-suspend): New function.