* Version number is increased to 2.15.5. wl-2_15_5
authorhmurata <hmurata>
Tue, 31 Oct 2006 12:42:11 +0000 (12:42 +0000)
committerhmurata <hmurata>
Tue, 31 Oct 2006 12:42:11 +0000 (12:42 +0000)
doc/version.tex
doc/version.texi
elmo/ChangeLog
elmo/elmo-version.el
wl/ChangeLog

index 5586133..eecb581 100644 (file)
@@ -1 +1 @@
-\def\versionnumber{2.15.4}
+\def\versionnumber{2.15.5}
index b179513..84eb56d 100644 (file)
@@ -1 +1 @@
-@set VERSION 2.15.4
+@set VERSION 2.15.5
index 9605ca4..6be20b8 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-version.el (elmo-version): Up to 2.15.5.
+
 2006-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of
index 07cf480..2dca05a 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 15 4)))
+  (product-define "ELMO" nil '(2 15 5)))
 
 ;; set version-string
 (product-version-as-string 'elmo-version)
index 5687f26..f34f174 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * Version number is increased to 2.15.5.
+
 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * wl-thread.el (wl-thread-close-children): New function.