summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2012-08-01 21:33:32 +1000
committerWayne Meissner <wmeissner@gmail.com>2012-08-01 21:33:32 +1000
commit50841dbca4a2c84dfe5265aaf740d42b8558aa44 (patch)
treeffbec29c6521cd811e866dcf5a39c255c6c10b34
parent815cb09c1ded70203ccba46e5bb502f8f8cbc311 (diff)
downloadffi-50841dbca4a2c84dfe5265aaf740d42b8558aa44.tar.gz
Bump version to 1.1.4
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0050293..69536b0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -77,7 +77,7 @@ PROJ.name = 'ffi'
PROJ.authors = 'Wayne Meissner'
PROJ.email = 'wmeissner@gmail.com'
PROJ.url = 'http://wiki.github.com/ffi/ffi'
-PROJ.version = '1.1.3'
+PROJ.version = '1.1.4'
PROJ.rubyforge.name = 'ffi'
PROJ.readme_file = 'README.rdoc'