summaryrefslogtreecommitdiffhomepage
path: root/ext
diff options
context:
space:
mode:
authorTom Black <[email protected]>2018-01-29 21:44:04 -0800
committerTom Black <[email protected]>2018-01-29 21:44:04 -0800
commit8cf6dcc2147d6a3cf806d3b5fae8221d83e370dd (patch)
treec51da36d6566ed45fc2d9bd8145271f35ec39d3e /ext
parent35161b7b8ab846fb6ae9d6cfa3229d89d214c192 (diff)
downloadruby2d-8cf6dcc2147d6a3cf806d3b5fae8221d83e370dd.tar.gz
ruby2d-8cf6dcc2147d6a3cf806d3b5fae8221d83e370dd.zip
Bump minimum S2D version to 0.9.0
Diffstat (limited to 'ext')
-rw-r--r--ext/ruby2d/extconf.rb2
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