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-26 18:45:40 +0400
committerAlessandro Ranellucci <aar@cpan.org>2014-05-26 18:45:40 +0400
commit5ca81d699e36af697756ee445da53b2f55d64046 (patch)
tree89b997fef5e821776e0dc06968a0aabf9dcaf99a
parent3d25b9030cd7781299e926ebee0b619119d9a7c1 (diff)
Releasing 1.1.31.1.3
-rw-r--r--lib/Slic3r.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 179405c97..fbf7c6b64 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -7,7 +7,7 @@ use strict;
use warnings;
require v5.10;
-our $VERSION = "1.1.3-dev";
+our $VERSION = "1.1.3";
our $debug = 0;
sub debugf {