X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fruby%2Fgfx.c;h=9e2284e042e7f7858eff6f5ffe1da391c8cf0408;hb=863eb7e871aaf0e3fd84512ad760956a3e6a632d;hp=6315678240e17e0be62a89f1fcb2c280138ad758;hpb=2c719855eac434f01d47ba0717d76de65939d74e;p=swftools.git diff --git a/lib/ruby/gfx.c b/lib/ruby/gfx.c index 6315678..9e2284e 100644 --- a/lib/ruby/gfx.c +++ b/lib/ruby/gfx.c @@ -767,6 +767,7 @@ void Init_gfx() imagedriver = gfxsource_image_create(); GFX = rb_define_module("GFX"); + rb_define_const(GFX, "VERSION", FIX2INT(20100309)); rb_define_module_function(GFX, "setparameter", gfx_setparameter, 2);