diff options
| author | Tom Black <[email protected]> | 2016-04-25 17:20:21 -0400 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2016-04-25 17:20:21 -0400 |
| commit | aa41134d58b16b1fb88482865a80bb44eb9e1052 (patch) | |
| tree | ab6b74cfab4a618ca558d2eeb1904a0934dd31dd /ext | |
| parent | 89b3262292a673c819935d6eae78cfaa642bb6f6 (diff) | |
| download | ruby2d-aa41134d58b16b1fb88482865a80bb44eb9e1052.tar.gz ruby2d-aa41134d58b16b1fb88482865a80bb44eb9e1052.zip | |
General tidying up
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 d4c620f..ac9d521 100644 --- a/ext/ruby2d/extconf.rb +++ b/ext/ruby2d/extconf.rb @@ -1,6 +1,6 @@ require 'mkmf' -S2D_VERSION = '0.2.1' # Simple 2D version required +S2D_VERSION = '0.2.1' # Simple 2D minimum version required $errors = [] class String |
