summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2012-07-21 17:59:20 +1000
committerWayne Meissner <wmeissner@gmail.com>2012-07-21 17:59:20 +1000
commitaafb78cc8f3cc6af8ca6378515777deb477f39ad (patch)
treec2060506d9d137bc976de45a7e68ca1144e6d43f
parent39e6659d125fd3f56fe8863e3c33eb0d1b729486 (diff)
downloadffi-aafb78cc8f3cc6af8ca6378515777deb477f39ad.tar.gz
Bump version to 1.1.1.rc11.1.1.rc1
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 99316ef..2d44d12 100644
--- a/Rakefile
+++ b/Rakefile
@@ -74,7 +74,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.0'
+PROJ.version = '1.1.1.rc1'
PROJ.rubyforge.name = 'ffi'
PROJ.readme_file = 'README.rdoc'