git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395359a
)
added version to gfx module
author
Matthias Kramm
<kramm@quiss.org>
Tue, 9 Mar 2010 22:07:34 +0000
(14:07 -0800)
committer
Matthias Kramm
<kramm@quiss.org>
Tue, 9 Mar 2010 22:07:34 +0000
(14:07 -0800)
lib/ruby/gfx.c
patch
|
blob
|
history
diff --git
a/lib/ruby/gfx.c
b/lib/ruby/gfx.c
index
6315678
..
9e2284e
100644
(file)
--- 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);