diff options
| author | Tom Black <[email protected]> | 2017-06-05 18:03:13 -0400 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2017-06-05 18:03:13 -0400 |
| commit | 7f6b169daf61d08f57dce62bcb539f04b10b4414 (patch) | |
| tree | 1361d5e32882103cb76c19da6bc3733a772f3f9d /ext | |
| parent | 20e593a00d41b81a8b0aea11a691f2d9978de371 (diff) | |
| download | ruby2d-7f6b169daf61d08f57dce62bcb539f04b10b4414.tar.gz ruby2d-7f6b169daf61d08f57dce62bcb539f04b10b4414.zip | |
Bump version to 0.4.0v0.4.0
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 1c3138e..a990f25 100644 --- a/ext/ruby2d/extconf.rb +++ b/ext/ruby2d/extconf.rb @@ -1,6 +1,6 @@ require 'mkmf' -S2D_VERSION = '0.5.1' # Simple 2D minimum version required +S2D_VERSION = '0.6.0' # Simple 2D minimum version required $errors = [] class String |
