From: hmurata Date: Sun, 27 Feb 2005 07:48:48 +0000 (+0000) Subject: * Version number is increased to 2.13.3. X-Git-Tag: wl-2_14-root~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a619cdb5fcce81c870ebda89b9fea3fb610b8011;p=elisp%2Fwanderlust.git * Version number is increased to 2.13.3. --- diff --git a/doc/version.tex b/doc/version.tex index 3c418e9..825dc6d 100644 --- a/doc/version.tex +++ b/doc/version.tex @@ -1 +1 @@ -\def\versionnumber{2.13.2} +\def\versionnumber{2.13.3} diff --git a/doc/version.texi b/doc/version.texi index a15783e..c7d6bdf 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1 +1 @@ -@set VERSION 2.13.2 +@set VERSION 2.13.3 diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 04c0110..c521823 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,7 @@ +2005-02-27 Hiroya Murata + + * elmo-version.el (elmo-version): Up to 2.13.3. + 2005-02-27 Tetsurou Okazaki * elmo-util.el (elmo-list-diff): Fix the last change. diff --git a/elmo/elmo-version.el b/elmo/elmo-version.el index 4124a51..d9d890a 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 13 2))) + (product-define "ELMO" nil '(2 13 3))) ;; set version-string (product-version-as-string 'elmo-version) diff --git a/wl/ChangeLog b/wl/ChangeLog index 7f050b1..453f432 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2005-02-27 Hiroya Murata + + * Version number is increased to 2.13.3. + 2005-02-25 Hiroya Murata * wl-vars.el (wl-message-use-header-narrowing): New user option.