[cairo-commit] cairo-perl Cairo.pm,1.33,1.34

Torsten Schoenfeld commit at pdx.freedesktop.org
Mon Jan 7 09:55:23 PST 2008


Committed by: tsch

Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv830

Modified Files:
	Cairo.pm 
Log Message:
Revert that part of the previous commit that changed $VERSION.

Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Cairo.pm	7 Jan 2008 17:54:08 -0000	1.33
+++ Cairo.pm	7 Jan 2008 17:55:21 -0000	1.34
@@ -14,7 +14,7 @@
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.051';
+our $VERSION = '1.050';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 



More information about the cairo-commit mailing list