[cairo-commit] rcairo/src rb_cairo.c,1.10,1.11

Kouhei Sutou commit at pdx.freedesktop.org
Thu Apr 10 20:04:11 PDT 2008


Committed by: kou

Update of /cvs/cairo/rcairo/src
In directory kemper:/tmp/cvs-serv27584/src

Modified Files:
	rb_cairo.c 
Log Message:
* src/rb_cairo.c:
  - BINDINGS_VERSION: 1.5.2 -> 1.6.0.
  - support <= 1.6.0.


Index: rb_cairo.c
===================================================================
RCS file: /cvs/cairo/rcairo/src/rb_cairo.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- rb_cairo.c	11 Apr 2008 03:01:33 -0000	1.10
+++ rb_cairo.c	11 Apr 2008 03:08:57 -0000	1.11
@@ -58,7 +58,7 @@
 
   rb_define_const (rb_mCairo, "BINDINGS_VERSION",
                    rb_ary_new3 (4,
-                                INT2FIX (1), INT2FIX (5), INT2FIX (2), Qnil));
+                                INT2FIX (1), INT2FIX (6), INT2FIX (0), 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