diff options
author | Wayne Meissner <wmeissner@gmail.com> | 2010-12-28 10:43:11 +1000 |
---|---|---|
committer | Wayne Meissner <wmeissner@gmail.com> | 2010-12-28 10:43:11 +1000 |
commit | adf3c64cd77adda7261c73404319805ceaa1b1f6 (patch) | |
tree | f463408df987a343da49eb2a9e248d1717b5d357 /Rakefile | |
parent | a56154149fe6566b3ed56bda4b4969094ac5c069 (diff) | |
download | ffi-adf3c64cd77adda7261c73404319805ceaa1b1f6.tar.gz |
Bump version to 1.0.4
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |