From: Mattia B. <mat...@li...> - 2006-09-24 15:44:01
|
On Sat, 23 Sep 2006 15:03:12 +0100 Mark Dootson <mar...@zn...> wrote: > Hi, > > A few of the version checks in current CVS code are using ......_GE( 2, > 7, 0 ) when I think they should be using ......_GE( 2, 7, 1 ). These > cover changes in current wxWidgets CVS ( which I assume will become > 2.7.1) which are not in the released wxWidgets 2.7.0 > > Checks I needed to change to get current wxPerl CVS to compile with > wxWidgets 2.7.0 are below. Please consider providing a unified diff next time. Should be all corrected now. Thanks! Mattia |