diff options
author | Antonio Terceiro <terceiro@softwarelivre.org> | 2014-02-05 17:32:08 -0300 |
---|---|---|
committer | Antonio Terceiro <terceiro@softwarelivre.org> | 2014-02-05 17:32:08 -0300 |
commit | 25c1dc2e016396d44aee1a68eaeb6ba12c31d233 (patch) | |
tree | ae248ccb01498ff1ee02662978be3175438105a9 | |
parent | 35b6a29db96bbf835c1973f3349856149ecac76f (diff) | |
download | feed2imap-25c1dc2e016396d44aee1a68eaeb6ba12c31d233.tar.gz feed2imap-25c1dc2e016396d44aee1a68eaeb6ba12c31d233.tar.bz2 feed2imap-25c1dc2e016396d44aee1a68eaeb6ba12c31d233.zip |
Release 1.2.2
Diffstat (limited to '')
-rw-r--r-- | HOWTO.Release | 2 | ||||
-rw-r--r-- | lib/feed2imap/feed2imap.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/HOWTO.Release b/HOWTO.Release index 025d14e..04940a1 100644 --- a/HOWTO.Release +++ b/HOWTO.Release @@ -1,8 +1,8 @@ edit version in lib/feed2imap/feed2imap.rb -edit version in Rakefile rake package cd pkg/ gpg --detach myfile (see https://gna.org/cookbook/?func=detailitem&item_id=117) +git tag VERSION sftp lnu@download.gna.org:/upload/feed2imap/ website: diff --git a/lib/feed2imap/feed2imap.rb b/lib/feed2imap/feed2imap.rb index 7080f9c..7f4a176 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 = '1.2.1' +F2I_VERSION = '1.2.2' F2I_WARNFETCHTIME = 10 require 'feed2imap/config' |