diff options
| author | Tom Black <[email protected]> | 2018-09-26 20:03:15 -0700 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2018-09-26 20:03:15 -0700 |
| commit | 1eb2f895ee148e48c37b83c097befbe10f9a9a68 (patch) | |
| tree | ae52d88a9f6041830999389ae1883b84960a3249 /ext | |
| parent | 344016aeab5f24edcb30fdcf23701ba12bc226a9 (diff) | |
| download | ruby2d-1eb2f895ee148e48c37b83c097befbe10f9a9a68.tar.gz ruby2d-1eb2f895ee148e48c37b83c097befbe10f9a9a68.zip | |
Update Simple 2D minimum version
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 41cba4e..674dc9d 100644 --- a/ext/ruby2d/extconf.rb +++ b/ext/ruby2d/extconf.rb @@ -1,6 +1,6 @@ require 'mkmf' -S2D_VERSION = '1.0.0' # Simple 2D minimum version required +S2D_VERSION = '1.0.1' # Simple 2D minimum version required $errors = [] class String |
