summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTom Black <[email protected]>2016-07-23 14:29:52 -0400
committerTom Black <[email protected]>2016-07-23 14:29:52 -0400
commit858e025ba48d2b7a15d30aa20f820128ceb0d8f0 (patch)
treebb69b9db06694039fd4a666dad57bae873fe91af
parenta8e6bdbfee7a0477f70a3ea965c161b258869dbc (diff)
downloadruby2d-858e025ba48d2b7a15d30aa20f820128ceb0d8f0.tar.gz
ruby2d-858e025ba48d2b7a15d30aa20f820128ceb0d8f0.zip
Use latest version of Simple 2D
-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 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