From 17d892dc665511c9c8fe2c9cd16a7d1c1d087c8c Mon Sep 17 00:00:00 2001 From: hmurata Date: Tue, 31 Oct 2006 12:42:11 +0000 Subject: [PATCH] * Version number is increased to 2.15.5. --- doc/version.tex | 2 +- doc/version.texi | 2 +- elmo/ChangeLog | 4 ++++ elmo/elmo-version.el | 2 +- wl/ChangeLog | 4 ++++ 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/doc/version.tex b/doc/version.tex index 5586133..eecb581 100644 --- a/doc/version.tex +++ b/doc/version.tex @@ -1 +1 @@ -\def\versionnumber{2.15.4} +\def\versionnumber{2.15.5} diff --git a/doc/version.texi b/doc/version.texi index b179513..84eb56d 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1 +1 @@ -@set VERSION 2.15.4 +@set VERSION 2.15.5 diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 9605ca4..6be20b8 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,7 @@ +2006-10-31 Hiroya Murata + + * elmo-version.el (elmo-version): Up to 2.15.5. + 2006-10-15 Hiroya Murata * elmo-imap4.el (elmo-imap4-arrival-filter): Use `case' instead of diff --git a/elmo/elmo-version.el b/elmo/elmo-version.el index 07cf480..2dca05a 100644 --- a/elmo/elmo-version.el +++ b/elmo/elmo-version.el @@ -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) diff --git a/wl/ChangeLog b/wl/ChangeLog index 5687f26..f34f174 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2006-10-31 Hiroya Murata + + * Version number is increased to 2.15.5. + 2006-09-28 Yoichi NAKAYAMA * wl-thread.el (wl-thread-close-children): New function. -- 1.7.10.4