* Version number is increased to 2.11.3. wl-2_11_3
authoryoichi <yoichi>
Thu, 13 Feb 2003 20:21:12 +0000 (20:21 +0000)
committeryoichi <yoichi>
Thu, 13 Feb 2003 20:21:12 +0000 (20:21 +0000)
doc/version.tex
doc/version.texi
elmo/ChangeLog
elmo/elmo-version.el
wl/ChangeLog

index acc9199..8b37edd 100644 (file)
@@ -1 +1 @@
-\def\versionnumber{2.11.2}
+\def\versionnumber{2.11.3}
index 56bdd12..2d6094d 100644 (file)
@@ -1 +1 @@
-@set VERSION 2.11.2
+@set VERSION 2.11.3
index 4f0241b..4a585d2 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-version.el (elmo-version): Up to 2.11.3.
+
 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * elmo-maildir.el (elmo-folder-rename-internal): New method,
index c40c4a8..391984c 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 11 2)))
+  (product-define "ELMO" nil '(2 11 3)))
 
 ;; set version-string
 (product-version-as-string 'elmo-version)
index 1ecdf65..09ca5f3 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * Version number is increased to 2.11.3.
+
 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.