* Version number is increased to 2.7.1.
authorteranisi <teranisi>
Mon, 2 Jul 2001 04:28:52 +0000 (04:28 +0000)
committerteranisi <teranisi>
Mon, 2 Jul 2001 04:28:52 +0000 (04:28 +0000)
* elmo-version.el (elmo-version): Up to 2.7.1.

doc/version.texi
elmo/ChangeLog
elmo/elmo-version.el
wl/ChangeLog

index 393b701..b439304 100644 (file)
@@ -1 +1 @@
-@set VERSION 2.7.0
+@set VERSION 2.7.1
index 0b5a676..d55c9a2 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * elmo-version.el (elmo-version): Up to 2.7.1.
+
 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo.el (elmo-folder-synchronize): Return list of nil when no
index 8830364..b4121b9 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 7 0)))
+  (product-define "ELMO" nil '(2 7 1)))
 
 ;; For APEL 10.2 or earlier.
 (defun-maybe product-version-as-string (product)
index 2d5d36d..46df8bf 100644 (file)
@@ -1,6 +1,10 @@
+2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * Version number is increased to 2.7.1.
+
 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
 
-        * wl-vars.el: Fix file coding system to ISO-2022-JP.
+       * wl-vars.el: Fix file coding system to ISO-2022-JP.
 
 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>