X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fruby%2Fgfx.c;h=874b8bc5ea3df2983310ef989ad843cc3c51c1d1;hb=27a1543b139be30ef7e9d2ba21cb067f8ae685c0;hp=6315678240e17e0be62a89f1fcb2c280138ad758;hpb=2c719855eac434f01d47ba0717d76de65939d74e;p=swftools.git diff --git a/lib/ruby/gfx.c b/lib/ruby/gfx.c index 6315678..874b8bc 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", INT2FIX(20100309)); rb_define_module_function(GFX, "setparameter", gfx_setparameter, 2);