diff options
| author | Tom Black <[email protected]> | 2017-03-08 01:21:41 -0500 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2017-03-08 01:21:41 -0500 |
| commit | c1ecec97582086fed5994390d4dca9df6ea5526a (patch) | |
| tree | b0c9e0e2c62fe3d4d178c2edb6b81afaaa7c518d /ext | |
| parent | da3407a3fd63ffb93b800a0c21ae85066330c0ee (diff) | |
| download | ruby2d-c1ecec97582086fed5994390d4dca9df6ea5526a.tar.gz ruby2d-c1ecec97582086fed5994390d4dca9df6ea5526a.zip | |
Bump version to 0.3.0v0.3.0
And Simple 2D version to 0.5.1
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 9e3c091..4989961 100644 --- a/ext/ruby2d/extconf.rb +++ b/ext/ruby2d/extconf.rb @@ -1,6 +1,6 @@ require 'mkmf' -S2D_VERSION = '0.4.1' # Simple 2D minimum version required +S2D_VERSION = '0.5.1' # Simple 2D minimum version required $errors = [] class String |
