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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2014-03-27 14:15:39 +0400
committerAlessandro Ranellucci <aar@cpan.org>2014-03-27 14:15:39 +0400
commitf41480ab8f30d52e814e5aaff6f1af4425320ef0 (patch)
tree35c2ddebee677fa4f508e253262eafc1a16716b2
parent9c7cc484bccfbf6d6443e3e1889d7509ac59b34b (diff)
Releasing 1.1.01.1.0
-rw-r--r--lib/Slic3r.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 24ad32339..4fdc57ace 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -7,7 +7,7 @@ use strict;
use warnings;
require v5.10;
-our $VERSION = "1.0.1-dev";
+our $VERSION = "1.1.0";
our $debug = 0;
sub debugf {