X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fruby%2Fgfx.c;fp=lib%2Fruby%2Fgfx.c;h=9e2284e042e7f7858eff6f5ffe1da391c8cf0408;hp=6315678240e17e0be62a89f1fcb2c280138ad758;hb=863eb7e871aaf0e3fd84512ad760956a3e6a632d;hpb=395359a0831639fcc30aab4ea897e23ff8ab420c 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);