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>2012-08-10 18:14:35 +0400
committerAlessandro Ranellucci <aar@cpan.org>2012-08-10 18:14:35 +0400
commit0833b4e0219eb0e29b4da214a48d0e69f9e7b8fb (patch)
tree7e1f420218fe3bc3d5ce1af9b48c04841398052e
parent624e16b7e22c6a28e93fe11da1b414887538ade0 (diff)
Releasing 0.9.10.9.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 2c82b8edc..e6debf1cf 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -7,7 +7,7 @@ use strict;
use warnings;
require v5.10;
-our $VERSION = "0.9.1-dev";
+our $VERSION = "0.9.1";
our $debug = 0;
sub debugf {