[cairo-commit] rcairo/src rb_cairo.c,1.7,1.8

Kouhei Sutou commit at pdx.freedesktop.org
Sat May 26 19:46:12 PDT 2007


Committed by: kou

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

Modified Files:
	rb_cairo.c 
Log Message:
* README: added some links for documentation.
* src/rb_cairo.c: 1.5.0 -> 1.5.1.


Index: rb_cairo.c
===================================================================
RCS file: /cvs/cairo/rcairo/src/rb_cairo.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- rb_cairo.c	23 May 2007 02:26:24 -0000	1.7
+++ rb_cairo.c	27 May 2007 02:46:01 -0000	1.8
@@ -58,7 +58,7 @@
 
   rb_define_const (rb_mCairo, "BINDINGS_VERSION",
                    rb_ary_new3 (4,
-                                INT2FIX (1), INT2FIX (5), INT2FIX (0), Qnil));
+                                INT2FIX (1), INT2FIX (5), 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