summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2010-12-28 00:38:22 +1000
committerWayne Meissner <wmeissner@gmail.com>2010-12-28 00:38:22 +1000
commit9e90d12f396e89f7140e537ab6886a1b9c6b750e (patch)
tree1c0f7e59a34fe1d856b4326854d8d254fb9ceb2b
parent5ddf1caaf2b9e56e4e1cbff7308b328f9c1a0a22 (diff)
downloadffi-1.0.3.tar.gz
Bump version to 1.0.31.0.3
-rw-r--r--History.txt3
-rw-r--r--Rakefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index 1fb209c..a60ed1a 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,6 @@
+== 1.0.3 / 2010-12-28
+* Re-add support for ruby 1.8.x
+
== 1.0.0 / 2010-11-30
* Major improvements
* Better handling of non-ruby thread callbacks
diff --git a/Rakefile b/Rakefile
index 65e8c76..c22e4e1 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.2'
+PROJ.version = '1.0.3'
PROJ.rubyforge.name = 'ffi'
PROJ.readme_file = 'README.rdoc'