From 57b5d81e2f181cba36732afabae6d615c979a1a9 Mon Sep 17 00:00:00 2001 From: Wayne Meissner Date: Sat, 28 Nov 2009 08:10:29 +1000 Subject: Bump to 0.5.4 --- History.txt | 5 +++++ Rakefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 713aa63..8e1e8bd 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,8 @@ +== 0.5.4 / 2009-11-26 +* Bug fixes + * FreeBSD compilation fixes + * Use -mwin32 flag for cygwin builds + == 0.5.2 / 2009-11-06 * Bug fixes * powerpc64/ppc64 cpu detection diff --git a/Rakefile b/Rakefile index 76702ac..b8792d1 100644 --- a/Rakefile +++ b/Rakefile @@ -84,7 +84,7 @@ PROJ.name = 'ffi' PROJ.authors = 'Wayne Meissner' PROJ.email = 'wmeissner@gmail.com' PROJ.url = 'http://wiki.github.com/ffi/ffi' -PROJ.version = '0.5.3' +PROJ.version = '0.5.4' PROJ.rubyforge.name = 'ffi' PROJ.readme_file = 'README.rdoc' -- cgit v1.2.1