Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2014-04-22 14:03:19 +0400
committerAlessandro Ranellucci <aar@cpan.org>2014-04-22 14:03:19 +0400
commit138c16963431f0a6a2094b7ef3a15c28f94ed2a5 (patch)
tree640b20fe90cf0c697d0cc572e0d5c4c1b955ab1d
parent370df56f732598a9de9db6966f517c552470cebb (diff)
Releasing 1.0.11.0.1
-rw-r--r--lib/Slic3r.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 915ff5a28..c4c818ade 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -7,7 +7,7 @@ use strict;
use warnings;
require v5.10;
-our $VERSION = "1.0.0";
+our $VERSION = "1.0.1";
our $debug = 0;
sub debugf {