From 3754d40ca889f8dd4fb9f8d061e1f469843f92a5 Mon Sep 17 00:00:00 2001 From: ichikawa Date: Mon, 26 Oct 1998 11:29:20 +0000 Subject: [PATCH] lisp/pop3-fma.el: Change verison and codename --- lisp/pop3-fma.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/pop3-fma.el b/lisp/pop3-fma.el index 90f5ce3..60cdf5e 100644 --- a/lisp/pop3-fma.el +++ b/lisp/pop3-fma.el @@ -3,7 +3,7 @@ ;; Yasuo Okabe ;; Author: Tatsuya Ichikawa ;; Yasuo OKABE -;; Version: 1.13 +;; Version: 1.14 ;; Keywords: mail , gnus , pop3 ;; ;; SPECIAL THANKS @@ -95,7 +95,7 @@ :group 'mail :group 'news) -(defconst pop3-fma-version-number "1.13") +(defconst pop3-fma-version-number "1.14") (defconst pop3-fma-codename ;; "Feel the wind" ; 0.10 ;; "My home town" ; 0.11 @@ -107,7 +107,8 @@ ;; "Blood line" ; 1.10 ;; "Star ring" ; 1.11 ;; "Goodbye Game" ; 1.12 - "Love is Gamble" ; 1.13 +;; "Love is Gamble" ; 1.13 + "Lonely" ; 1.14 ) (defconst pop3-fma-version (format "Multiple POP3 account utiliy for Gnus v%s - \"%s\"" pop3-fma-version-number -- 1.7.10.4