summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2010-12-28 10:43:11 +1000
committerWayne Meissner <wmeissner@gmail.com>2010-12-28 10:43:11 +1000
commitadf3c64cd77adda7261c73404319805ceaa1b1f6 (patch)
treef463408df987a343da49eb2a9e248d1717b5d357 /Rakefile
parenta56154149fe6566b3ed56bda4b4969094ac5c069 (diff)
downloadffi-adf3c64cd77adda7261c73404319805ceaa1b1f6.tar.gz
Bump version to 1.0.4
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c22e4e1..1db5d62 100644
--- a/Rakefile
+++ b/Rakefile
@@ -75,7 +75,7 @@ PROJ.name = 'ffi'
PROJ.authors = 'Wayne Meissner'
PROJ.email = 'wmeissner@gmail.com'
PROJ.url = 'http://wiki.github.com/ffi/ffi'
-PROJ.version = '1.0.3'
+PROJ.version = '1.0.4'
PROJ.rubyforge.name = 'ffi'
PROJ.readme_file = 'README.rdoc'