Version number is increased to 2.11.18. wl-2_11_18
authorhmurata <hmurata>
Sat, 27 Sep 2003 10:20:38 +0000 (10:20 +0000)
committerhmurata <hmurata>
Sat, 27 Sep 2003 10:20:38 +0000 (10:20 +0000)
doc/version.tex
doc/version.texi
elmo/ChangeLog
elmo/elmo-version.el
wl/ChangeLog

index 241bbfc..fc7883d 100644 (file)
@@ -1 +1 @@
-\def\versionnumber{2.11.17}
+\def\versionnumber{2.11.18}
index f7f5f7e..60cb629 100644 (file)
@@ -1 +1 @@
-@set VERSION 2.11.17
+@set VERSION 2.11.18
index d3bc4b9..2ccd3c1 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-version.el (elmo-version): Up to 2.11.18.
+
 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * elmo.el (elmo-folder-kill-messages-before): Abolish.
index 35d55ea..7992e8d 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 17)))
+  (product-define "ELMO" nil '(2 11 18)))
 
 ;; set version-string
 (product-version-as-string 'elmo-version)
index 1ae87b8..fa67f82 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * Version number is increased to 2.11.18.
+
 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-message.el (wl-message-prev-page): Use save-selected-window.