Bugfix: fatal error on many models. Releasing 0.5.5a. #92 #93

This commit is contained in:
Alessandro Ranellucci 2011-12-05 12:15:52 +01:00
parent 72499d230a
commit b8a5d5a208
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ package Slic3r;
use strict;
use warnings;
our $VERSION = "0.5.5";
our $VERSION = "0.5.5a";
our $debug = 0;
sub debugf {