diff options
| author | Tom Black <[email protected]> | 2018-01-29 21:44:04 -0800 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2018-01-29 21:44:04 -0800 |
| commit | 8cf6dcc2147d6a3cf806d3b5fae8221d83e370dd (patch) | |
| tree | c51da36d6566ed45fc2d9bd8145271f35ec39d3e | |
| parent | 35161b7b8ab846fb6ae9d6cfa3229d89d214c192 (diff) | |
| download | ruby2d-8cf6dcc2147d6a3cf806d3b5fae8221d83e370dd.tar.gz ruby2d-8cf6dcc2147d6a3cf806d3b5fae8221d83e370dd.zip | |
Bump minimum S2D version to 0.9.0
| -rw-r--r-- | ext/ruby2d/extconf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ruby2d/extconf.rb b/ext/ruby2d/extconf.rb index 9e6bf59..e6ab4a5 100644 --- a/ext/ruby2d/extconf.rb +++ b/ext/ruby2d/extconf.rb @@ -1,6 +1,6 @@ require 'mkmf' -S2D_VERSION = '0.8.0' # Simple 2D minimum version required +S2D_VERSION = '0.9.0' # Simple 2D minimum version required $errors = [] class String |
