[cairo-commit] rcairo/src rb_cairo.c,1.12,1.13
Kouhei Sutou
commit at pdx.freedesktop.org
Wed Apr 23 22:55:41 PDT 2008
Committed by: kou
Update of /cvs/cairo/rcairo/src
In directory kemper:/tmp/cvs-serv4455/src
Modified Files:
rb_cairo.c
Log Message:
* src/rb_cairo.c: 1.7.0 -> 1.6.1.
Index: rb_cairo.c
===================================================================
RCS file: /cvs/cairo/rcairo/src/rb_cairo.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- rb_cairo.c 11 Apr 2008 12:48:06 -0000 1.12
+++ rb_cairo.c 24 Apr 2008 06:01:56 -0000 1.13
@@ -58,7 +58,7 @@
rb_define_const (rb_mCairo, "BINDINGS_VERSION",
rb_ary_new3 (4,
- INT2FIX (1), INT2FIX (7), INT2FIX (0), Qnil));
+ INT2FIX (1), INT2FIX (6), INT2FIX (1), Qnil));
rb_mCairo_Color = rb_const_get (rb_mCairo, rb_intern ("Color"));
rb_cCairo_Color_Base = rb_const_get (rb_mCairo_Color, rb_intern ("Base"));
More information about the cairo-commit
mailing list