Skip to content

Commit

Permalink
Releasing 0.7.2b
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Apr 17, 2012
1 parent e7558ce commit 29b9c31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions MANIFEST
Expand Up @@ -18,6 +18,9 @@ lib/Slic3r/Fill/Line.pm
lib/Slic3r/Fill/OctagramSpiral.pm
lib/Slic3r/Fill/PlanePath.pm
lib/Slic3r/Fill/Rectilinear.pm
lib/Slic3r/Format/AMF.pm
lib/Slic3r/Format/AMF/Parser.pm
lib/Slic3r/Format/STL.pm
lib/Slic3r/Geometry.pm
lib/Slic3r/Geometry/Clipper.pm
lib/Slic3r/GUI.pm
Expand All @@ -31,9 +34,6 @@ lib/Slic3r/Polygon.pm
lib/Slic3r/Polyline.pm
lib/Slic3r/Print.pm
lib/Slic3r/Skein.pm
lib/Slic3r/Format/AMF.pm
lib/Slic3r/Format/AMF/Parser.pm
lib/Slic3r/Format/STL.pm
lib/Slic3r/Surface.pm
lib/Slic3r/SVG.pm
lib/Slic3r/TriangleMesh.pm
Expand All @@ -51,6 +51,10 @@ t/geometry.t
t/polyclip.t
t/stl.t
utils/amf-to-stl.pl
utils/file_info.pl
utils/post-processing/z-every-line.pl
utils/split_stl.pl
utils/stl-to-amf.pl
var/Slic3r.icns
var/Slic3r.ico
var/Slic3r.png
2 changes: 1 addition & 1 deletion lib/Slic3r.pm
Expand Up @@ -7,7 +7,7 @@ use strict;
use warnings;
require v5.10;

our $VERSION = "0.7.2";
our $VERSION = "0.7.2b";

our $debug = 0;
sub debugf {
Expand Down

0 comments on commit 29b9c31

Please sign in to comment.