summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2009-12-10 16:05:29 +1000
committerWayne Meissner <wmeissner@gmail.com>2009-12-10 16:05:29 +1000
commitb991c09de631cc204cfc8232c661ff7dd0fd9ed0 (patch)
treeba01a35a27aaab3c5d472771a5bfa7fb69dbe975
parent71847c48555135acadca3a24ace6cbc2905cf55a (diff)
downloadffi-b991c09de631cc204cfc8232c661ff7dd0fd9ed0.tar.gz
Adding a 'pre' suffix to the version apparently does not work everywhere. Removing.
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 1cc6ef7..c9ca4a6 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.6.0pre'
+PROJ.version = '0.6.0'
PROJ.rubyforge.name = 'ffi'
PROJ.readme_file = 'README.rdoc'