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-05-02 21:48:26 +0400
committerAlessandro Ranellucci <aar@cpan.org>2014-05-02 21:48:26 +0400
commite16ef7a56976af951bcee6a653909ebcf677488b (patch)
tree57a44cc174f3bcc55d07c417d970f42a4d6b001e
parentcb1527f7efcb4002374ec9be50acc408ee0e6c32 (diff)
Releasing 1.1.21.1.2
-rw-r--r--lib/Slic3r.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 1579d85db..ace5f0550 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -7,7 +7,7 @@ use strict;
use warnings;
require v5.10;
-our $VERSION = "1.1.2-dev";
+our $VERSION = "1.1.2";
our $debug = 0;
sub debugf {