From 67a850d601826662ab4017f4187466166de6ca52 Mon Sep 17 00:00:00 2001 From: lnu Date: Mon, 19 Sep 2005 14:16:54 +0000 Subject: v 0.5 git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@64 f70e237a-67f3-0310-a06c-d2b8a7116972 --- ChangeLog | 2 +- lib/feed2imap/feed2imap.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 355b5d1..dd24f94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Feed2Imap 0.5 (XX/09/2005) +Feed2Imap 0.5 (19/09/2005) ============================ * Fixed a parser problem with items with multiple children in the description. * Mails were upload with \n only, but \r\n are needed. diff --git a/lib/feed2imap/feed2imap.rb b/lib/feed2imap/feed2imap.rb index a35c23a..38046e9 100644 --- a/lib/feed2imap/feed2imap.rb +++ b/lib/feed2imap/feed2imap.rb @@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA =end # Feed2Imap version -F2I_VERSION = '0.4' +F2I_VERSION = '0.5' require 'feed2imap/config' require 'feed2imap/cache' -- cgit v1.2.3-54-g00ecf