On Monday 09 February 2004 10:38 am, Patrick Stinson wrote: > Is there a clean way to check the sip version in a sip file, ie. > %If Version(- Qt_2_00) > %If Version(Qt_1_43 -) > %If Version(Qt_2_00 - Qt_2_1_0) > > but for sip itself?
No, but (at the moment) there is no need. > I'm trying to keep my sip code somewhat portable (wrt > HeaderCode/TypeHeaderCode, other directives) SIP v3 == SIP v4 + deprecated features. So write for SIP v4 and it will work for SIP v3. I intend that future changes to SIP v4 will be backwards compatible. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
