summaryrefslogtreecommitdiffhomepage
path: root/ext
diff options
context:
space:
mode:
authorTom Black <[email protected]>2017-12-12 15:59:33 -0800
committerTom Black <[email protected]>2017-12-12 15:59:33 -0800
commit329122dc753a01d8738c76dcfd1dd5d117452cb2 (patch)
tree395b5f1e2c5c8c5d8068af93f196bf8c0b627439 /ext
parent33aa28ca8d4af0fa3cf7aeae952b763eeb4002e4 (diff)
downloadruby2d-329122dc753a01d8738c76dcfd1dd5d117452cb2.tar.gz
ruby2d-329122dc753a01d8738c76dcfd1dd5d117452cb2.zip
Bump version to 0.5.0v0.5.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 3027789..3b4d5a9 100644
--- a/ext/ruby2d/extconf.rb
+++ b/ext/ruby2d/extconf.rb
@@ -1,6 +1,6 @@
require 'mkmf'
-S2D_VERSION = '0.7.0' # Simple 2D minimum version required
+S2D_VERSION = '0.8.0' # Simple 2D minimum version required
$errors = []
class String