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-11-23 21:38:50 +0400
committerAlessandro Ranellucci <aar@cpan.org>2012-11-23 21:38:50 +0400
commit452b62e53d449ebfca00922f7cc3319f291f0afb (patch)
tree7b343fcc53f01554b2940ddda232b04dc3458d76
parent12873e973bb719e1e3c4b5339727651be78ca2c7 (diff)
Releasing 0.9.70.9.7
-rw-r--r--lib/Slic3r.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 2cbe4437c..987244790 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -7,7 +7,7 @@ use strict;
use warnings;
require v5.10;
-our $VERSION = "0.9.6-dev";
+our $VERSION = "0.9.7";
our $debug = 0;
sub debugf {