[cairo-commit] rcairo/packages/cairo/ext rb_cairo.c,1.14,1.15

Kouhei Sutou commit at pdx.freedesktop.org
Sat Oct 14 23:54:10 PDT 2006


Committed by: kou

Update of /cvs/cairo/rcairo/packages/cairo/ext
In directory kemper:/tmp/cvs-serv26671/packages/cairo/ext

Modified Files:
	rb_cairo.c 
Log Message:
* packages/cairo/ext/rb_cairo.c (Cairo::BINDINGS_VERSION): moved
  from ...
* packages/cairo/lib/cairo.rb: ... here.


Index: rb_cairo.c
===================================================================
RCS file: /cvs/cairo/rcairo/packages/cairo/ext/rb_cairo.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- rb_cairo.c	1 Jul 2006 14:45:55 -0000	1.14
+++ rb_cairo.c	15 Oct 2006 06:54:07 -0000	1.15
@@ -58,7 +58,11 @@
   rb_define_const (rb_mCairo, "MAJOR_VERSION", INT2FIX (major));
   rb_define_const (rb_mCairo, "MINOR_VERSION", INT2FIX (minor));
   rb_define_const (rb_mCairo, "MICRO_VERSION", INT2FIX (micro));
-  
+
+  rb_define_const (rb_mCairo, "BINDINGS_VERSION",
+                   rb_ary_new3 (4,
+                                INT2FIX (1), INT2FIX (2), INT2FIX (0), Qnil));
+
   Init_cairo_constants ();
 
   Init_cairo_context ();



More information about the cairo-commit mailing list