summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLucas Nussbaum <lucas@lucas-nussbaum.net>2010-04-18 14:33:40 +0200
committerLucas Nussbaum <lucas@lucas-nussbaum.net>2010-04-18 14:33:40 +0200
commit1878ae9ec4cf8b2b83cf825240375c86c06c5114 (patch)
treeb8026e78fac048f613e7cbf42c0c3ee0050d6610 /Rakefile
parent527d1f756ab57cb5b1449893dbff5ab1ead861fc (diff)
downloadfeed2imap-1878ae9ec4cf8b2b83cf825240375c86c06c5114.tar.gz
feed2imap-1878ae9ec4cf8b2b83cf825240375c86c06c5114.tar.bz2
feed2imap-1878ae9ec4cf8b2b83cf825240375c86c06c5114.zip
prepare release
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 7f86b0a..a6a9b42 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,7 +7,7 @@ require 'find'
task :default => [:package]
PKG_NAME = 'feed2imap'
-PKG_VERSION = '0.9.4'
+PKG_VERSION = '1.0'
PKG_FILES = [ 'ChangeLog', 'README', 'COPYING', 'setup.rb', 'Rakefile']
Find.find('bin/', 'lib/', 'test/', 'data/') do |f|
if FileTest.directory?(f) and f =~ /\.svn/