diff options
| author | Tom Black <[email protected]> | 2016-07-23 14:29:52 -0400 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2016-07-23 14:29:52 -0400 |
| commit | 858e025ba48d2b7a15d30aa20f820128ceb0d8f0 (patch) | |
| tree | bb69b9db06694039fd4a666dad57bae873fe91af /ext | |
| parent | a8e6bdbfee7a0477f70a3ea965c161b258869dbc (diff) | |
| download | ruby2d-858e025ba48d2b7a15d30aa20f820128ceb0d8f0.tar.gz ruby2d-858e025ba48d2b7a15d30aa20f820128ceb0d8f0.zip | |
Use latest version of Simple 2D
Diffstat (limited to 'ext')
| -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 ac9d521..0f49a7c 100644 --- a/ext/ruby2d/extconf.rb +++ b/ext/ruby2d/extconf.rb @@ -1,6 +1,6 @@ require 'mkmf' -S2D_VERSION = '0.2.1' # Simple 2D minimum version required +S2D_VERSION = '0.3.0' # Simple 2D minimum version required $errors = [] class String |
