diff options
author | Wayne Meissner <wmeissner@gmail.com> | 2010-03-10 16:10:52 +1000 |
---|---|---|
committer | Wayne Meissner <wmeissner@gmail.com> | 2010-03-10 18:11:27 +1000 |
commit | b69a5e3cb4d96bb7f438255749dfc6e113b74356 (patch) | |
tree | 63ad135cb8cb1e0be0814a3ded78a71465e5374c /Rakefile | |
parent | aa7ecaeee9f0451cd0cc7390509f365dc12aff18 (diff) | |
download | ffi-b69a5e3cb4d96bb7f438255749dfc6e113b74356.tar.gz |
Bump version to 0.6.30.6.3
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 = '0.6.2' +PROJ.version = '0.6.3' PROJ.rubyforge.name = 'ffi' PROJ.readme_file = 'README.rdoc' |