diff --git a/pcbnew/plot_rtn.cpp b/pcbnew/plot_rtn.cpp index be1dda91dd..6ab19668fa 100644 --- a/pcbnew/plot_rtn.cpp +++ b/pcbnew/plot_rtn.cpp @@ -837,7 +837,7 @@ void PlotArc( int format_plot, wxPoint centre, int start_angle, int end_angle, if( IsPostScript( format_plot ) ) { - PlotArcPS( centre, start_angle, end_angle, radius, thickness, 0 ); + PlotArcPS( centre, start_angle, end_angle, radius, 0, thickness ); return; } diff --git a/version.txt b/version.txt index 6f3adcc9e5..30ed305eb1 100644 --- a/version.txt +++ b/version.txt @@ -1,4 +1,4 @@ release version: -15 juil 2008 +25 aug 2008 files (.zip,.tgz): -kicad-2008-07-15 +kicad-2008-08-25